Skip to content
This repository was archived by the owner on Jan 11, 2019. It is now read-only.

Commit b69cacd

Browse files
committed
added snakeyaml to plugin distro
1 parent 61a5f10 commit b69cacd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@
189189
<groupId>org.yaml</groupId>
190190
<artifactId>snakeyaml</artifactId>
191191
<version>1.16</version>
192-
<scope>test</scope>
193192
</dependency>
194193

195194
</dependencies>

src/assembly/dist-assembly.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<include>io.swagger:swagger-core</include>
1818
<include>io.swagger:swagger-models</include>
1919
<include>io.swagger:swagger-inflector</include>
20+
<include>org.yaml:snakeyaml</include>
2021
<include>com.github.fge:json-schema-validator</include>
2122
<include>com.fasterxml.jackson.datatype:jackson-datatype-joda</include>
2223
<include>com.fasterxml.jackson.dataformat:jackson-dataformat-yaml</include>

0 commit comments

Comments
 (0)