|
2 | 2 | <parent> |
3 | 3 | <groupId>io.virtualan</groupId> |
4 | 4 | <artifactId>virtualan-project</artifactId> |
5 | | - <version>2.0.4-SNAPSHOT</version> |
| 5 | + <version>2.1.1-SNAPSHOT</version> |
6 | 6 | <relativePath>../..</relativePath> |
7 | 7 | </parent> |
8 | 8 | <modelVersion>4.0.0</modelVersion> |
9 | 9 | <groupId>io.virtualan</groupId> |
10 | 10 | <artifactId>virtualan-plugin</artifactId> |
11 | 11 | <packaging>jar</packaging> |
12 | 12 | <name>virtualan-plugin</name> |
13 | | - <version>2.0.4-SNAPSHOT</version> |
| 13 | + <version>2.1.1-SNAPSHOT</version> |
14 | 14 | <properties> |
15 | 15 | <additionalparam>-Xdoclint:none</additionalparam> |
16 | 16 | <java.version>1.8</java.version> |
|
21 | 21 | <springfox.version>2.9.2</springfox.version> |
22 | 22 | <cxf.version>3.2.5</cxf.version> |
23 | 23 | <spring.version>5.0.3.RELEASE</spring.version> |
24 | | - <groovy.version>2.4.7</groovy.version> |
| 24 | + <groovy.version>3.0.5</groovy.version> |
25 | 25 | <testng-version>6.14.3</testng-version> |
26 | 26 | </properties> |
27 | 27 | <developers> |
|
232 | 232 | </profiles> |
233 | 233 |
|
234 | 234 | <dependencies> |
235 | | - <dependency> |
236 | | - <groupId>ch.qos.logback</groupId> |
237 | | - <artifactId>logback-classic</artifactId> |
238 | | - <version>${logback.version}</version> |
239 | | - </dependency> |
240 | 235 | <dependency> |
241 | 236 | <groupId>org.slf4j</groupId> |
242 | 237 | <artifactId>slf4j-api</artifactId> |
243 | 238 | <version>${slf4j.version}</version> |
244 | 239 | </dependency> |
245 | 240 |
|
246 | | - <dependency> |
247 | | - <groupId>javax.xml.ws</groupId> |
248 | | - <artifactId>jaxws-api</artifactId> |
249 | | - <version>2.2.11</version> |
250 | | - </dependency> |
251 | | - |
252 | | - <dependency> |
253 | | - <groupId>com.sun.xml.ws</groupId> |
254 | | - <artifactId>jaxws-rt</artifactId> |
255 | | - <version>2.3.2</version> |
256 | | - </dependency> |
257 | | - <dependency> |
258 | | - <groupId>com.sun.xml.ws</groupId> |
259 | | - <artifactId>jaxws-ri</artifactId> |
260 | | - <version>2.3.2</version> |
261 | | - <type>pom</type> |
262 | | - </dependency> |
263 | | - |
264 | | - <dependency> |
265 | | - <groupId>wsdl4j</groupId> |
266 | | - <artifactId>wsdl4j</artifactId> |
267 | | - <version>1.6.2</version> |
268 | | - </dependency> |
269 | | - |
270 | | - |
271 | | - <dependency> |
272 | | - <groupId>javax.xml.soap</groupId> |
273 | | - <artifactId>javax.xml.soap-api</artifactId> |
274 | | - <version>1.4.0</version> |
275 | | - </dependency> |
276 | | - |
277 | 241 | <dependency> |
278 | 242 | <groupId>com.fasterxml.jackson.core</groupId> |
279 | 243 | <artifactId>jackson-databind</artifactId> |
280 | 244 | <version>2.10.4</version> |
281 | 245 | </dependency> |
282 | 246 |
|
| 247 | + <dependency> |
| 248 | + <groupId>javax.xml.bind</groupId> |
| 249 | + <artifactId>jaxb-api</artifactId> |
| 250 | + <version>2.3.1</version> |
| 251 | + </dependency> |
| 252 | + |
283 | 253 | <dependency> |
284 | 254 | <groupId>commons-beanutils</groupId> |
285 | 255 | <artifactId>commons-beanutils</artifactId> |
|
294 | 264 | </dependency> |
295 | 265 |
|
296 | 266 |
|
297 | | - <dependency> |
298 | | - <groupId>javax.xml.bind</groupId> |
299 | | - <artifactId>jaxb-api</artifactId> |
300 | | - <version>2.3.1</version> |
301 | | - </dependency> |
302 | | - |
303 | | - <dependency> |
304 | | - <groupId>org.javassist</groupId> |
305 | | - <artifactId>javassist</artifactId> |
306 | | - <version>3.23.1-GA</version> |
307 | | - </dependency> |
308 | | - |
309 | 267 | <!-- JUnit --> |
310 | 268 | <dependency> |
311 | 269 | <groupId>junit</groupId> |
|
322 | 280 |
|
323 | 281 | <dependency> |
324 | 282 | <groupId>org.codehaus.groovy</groupId> |
325 | | - <artifactId>groovy-all</artifactId> |
| 283 | + <artifactId>groovy</artifactId> |
326 | 284 | <version>${groovy.version}</version> |
327 | 285 | </dependency> |
328 | 286 |
|
329 | | - <dependency> |
330 | | - <groupId>org.springframework.kafka</groupId> |
331 | | - <artifactId>spring-kafka</artifactId> |
332 | | - <version>2.4.7.RELEASE</version> |
333 | | - </dependency> |
334 | | - |
335 | | - <dependency> |
336 | | - <groupId>org.springframework.integration</groupId> |
337 | | - <artifactId>spring-integration-kafka</artifactId> |
338 | | - <version>3.1.3.RELEASE</version> |
339 | | - </dependency> |
340 | | - |
341 | | - <dependency> |
342 | | - <groupId>org.apache.kafka</groupId> |
343 | | - <artifactId>kafka-clients</artifactId> |
344 | | - <version>2.5.0</version> |
345 | | - </dependency> |
346 | | - |
347 | | - |
348 | | - <dependency> |
349 | | - <groupId>org.springframework.boot</groupId> |
350 | | - <artifactId>spring-boot-starter-integration</artifactId> |
351 | | - <version>${spring.boot.version}</version> |
352 | | - </dependency> |
353 | 287 |
|
354 | 288 | <dependency> |
355 | 289 | <groupId>org.projectlombok</groupId> |
356 | 290 | <artifactId>lombok</artifactId> |
357 | 291 | <version>1.18.10</version> |
358 | | - <scope>provided</scope> |
359 | 292 | </dependency> |
360 | 293 |
|
361 | 294 |
|
|
373 | 306 | <scope>test</scope> |
374 | 307 | </dependency> |
375 | 308 |
|
376 | | - |
377 | 309 | <dependency> |
378 | 310 | <groupId>org.springframework.boot</groupId> |
379 | 311 | <artifactId>spring-boot-starter-web</artifactId> |
|
392 | 324 | <version>1.5.18</version> |
393 | 325 | </dependency> |
394 | 326 |
|
395 | | - |
396 | 327 | <dependency> |
397 | 328 | <groupId>org.springframework.boot</groupId> |
398 | 329 | <artifactId>spring-boot-starter-batch</artifactId> |
399 | 330 | <version>${spring.boot.version}</version> |
400 | 331 | </dependency> |
401 | 332 |
|
402 | | - <dependency> |
403 | | - <groupId>org.springframework.boot</groupId> |
404 | | - <artifactId>spring-boot-starter-activemq</artifactId> |
405 | | - <version>${spring.boot.version}</version> |
406 | | - </dependency> |
407 | | - |
408 | 333 | <dependency> |
409 | 334 | <groupId>commons-configuration</groupId> |
410 | 335 | <artifactId>commons-configuration</artifactId> |
411 | 336 | <version>1.10</version> |
412 | 337 | </dependency> |
413 | 338 |
|
414 | | - |
415 | | - <dependency> |
416 | | - <groupId>javax.servlet</groupId> |
417 | | - <artifactId>servlet-api</artifactId> |
418 | | - <version>2.5</version> |
419 | | - <scope>provided</scope> |
420 | | - </dependency> |
421 | | - |
422 | | - <dependency> |
423 | | - <groupId>org.slf4j</groupId> |
424 | | - <artifactId>slf4j-log4j12</artifactId> |
425 | | - <version>1.7.25</version> |
426 | | - </dependency> |
427 | | - |
428 | 339 | <dependency> |
429 | 340 | <groupId>org.apache.commons</groupId> |
430 | 341 | <artifactId>commons-lang3</artifactId> |
|
448 | 359 | <scope>provided</scope> |
449 | 360 | </dependency> |
450 | 361 |
|
451 | | - |
452 | | - <dependency> |
453 | | - <groupId>javax.ws.rs</groupId> |
454 | | - <artifactId>javax.ws.rs-api</artifactId> |
455 | | - <version>2.1</version> |
456 | | - </dependency> |
457 | | - <dependency> |
458 | | - <groupId>org.apache.cxf</groupId> |
459 | | - <artifactId>cxf-core</artifactId> |
460 | | - <version>${cxf.version}</version> |
461 | | - </dependency> |
462 | | - <dependency> |
463 | | - <groupId>org.apache.cxf</groupId> |
464 | | - <artifactId>cxf-rt-frontend-jaxrs</artifactId> |
465 | | - <version>${cxf.version}</version> |
466 | | - </dependency> |
467 | | - |
468 | | - <dependency> |
469 | | - <artifactId>spring-boot-starter-web-services</artifactId> |
470 | | - <groupId>org.springframework.boot</groupId> |
471 | | - <version>${spring.boot.version}</version> |
472 | | - </dependency> |
473 | | - |
474 | | - <dependency> |
475 | | - <artifactId>javassist</artifactId> |
476 | | - <groupId>javassist</groupId> |
477 | | - <version>3.12.1.GA</version> |
478 | | - </dependency> |
479 | | - |
480 | | - |
481 | 362 | <dependency> |
482 | 363 | <groupId>io.springfox</groupId> |
483 | 364 | <artifactId>springfox-swagger2</artifactId> |
484 | 365 | <version>${springfox.version}</version> |
485 | 366 | </dependency> |
486 | | - |
487 | 367 | <dependency> |
488 | 368 | <groupId>io.springfox</groupId> |
489 | 369 | <artifactId>springfox-swagger-ui</artifactId> |
490 | 370 | <version>${springfox.version}</version> |
491 | 371 | </dependency> |
492 | 372 |
|
493 | 373 | <dependency> |
494 | | - <groupId>com.google.code.gson</groupId> |
495 | | - <artifactId>gson</artifactId> |
496 | | - <version>2.8.4</version> |
| 374 | + <groupId>javax.ws.rs</groupId> |
| 375 | + <artifactId>javax.ws.rs-api</artifactId> |
| 376 | + <version>2.1.1</version> |
497 | 377 | </dependency> |
498 | 378 |
|
499 | 379 | </dependencies> |
|
0 commit comments