|
127 | 127 | <version>${project.version}</version>
|
128 | 128 | <scope>test</scope>
|
129 | 129 | </dependency>
|
130 |
| - |
131 | 130 | <dependency>
|
132 | 131 | <groupId>io.swagger</groupId>
|
133 | 132 | <artifactId>swagger-annotations</artifactId>
|
|
204 | 203 | <artifactId>jersey-hk2</artifactId>
|
205 | 204 | <version>${jersey-version}</version>
|
206 | 205 | </dependency>
|
207 |
| - |
208 | 206 | <dependency>
|
209 | 207 | <groupId>com.fasterxml.jackson.dataformat</groupId>
|
210 | 208 | <artifactId>jackson-dataformat-yaml</artifactId>
|
211 | 209 | <version>2.9.2</version>
|
212 | 210 | <type>jar</type>
|
213 | 211 | </dependency>
|
214 |
| - |
215 | 212 | <dependency>
|
216 | 213 | <groupId>commons-codec</groupId>
|
217 | 214 | <artifactId>commons-codec</artifactId>
|
218 | 215 | <version>1.11</version>
|
219 | 216 | <type>jar</type>
|
220 | 217 | </dependency>
|
221 |
| - |
222 | 218 | <dependency>
|
223 | 219 | <groupId>org.codehaus.jackson</groupId>
|
224 | 220 | <artifactId>jackson-core-asl</artifactId>
|
|
245 | 241 | <groupId>org.slf4j</groupId>
|
246 | 242 | <artifactId>slf4j-api</artifactId>
|
247 | 243 | <version>1.7.25</version>
|
248 |
| - </dependency> |
| 244 | + </dependency> |
| 245 | + |
249 | 246 | <!-- not included with jdk 9 -->
|
250 | 247 | <dependency>
|
251 | 248 | <groupId>javax.xml.bind</groupId>
|
252 | 249 | <artifactId>jaxb-api</artifactId>
|
253 | 250 | <version>2.3.0</version>
|
254 | 251 | </dependency>
|
| 252 | + |
| 253 | + <!-- for mvn exec:java --> |
| 254 | + <dependency> |
| 255 | + <groupId>org.yaml</groupId> |
| 256 | + <artifactId>snakeyaml</artifactId> |
| 257 | + <version>1.19</version> |
| 258 | + </dependency> |
| 259 | + |
255 | 260 | <!-- test dependencies -->
|
256 | 261 | <dependency>
|
257 | 262 | <!-- note: need to include this before junit since junit includes an obsolete version of hamcrest -->
|
|
266 | 271 | <version>${junit-version}</version>
|
267 | 272 | <scope>test</scope>
|
268 | 273 | </dependency>
|
269 |
| - <dependency> |
270 |
| - <groupId>org.yaml</groupId> |
271 |
| - <artifactId>snakeyaml</artifactId> |
272 |
| - <version>1.19</version> |
273 |
| - <scope>test</scope> |
274 |
| - </dependency> |
275 | 274 | <dependency>
|
276 | 275 | <groupId>org.apache.commons</groupId>
|
277 | 276 | <artifactId>commons-exec</artifactId>
|
|
0 commit comments