|
346 | 346 | <plugin> |
347 | 347 | <groupId>org.apache.maven.plugins</groupId> |
348 | 348 | <artifactId>maven-dependency-plugin</artifactId> |
349 | | - <version>3.0.1</version> |
| 349 | + <version>3.5.0</version> |
350 | 350 | </plugin> |
351 | 351 | <plugin> |
352 | 352 | <groupId>pl.project13.maven</groupId> |
|
421 | 421 | <plugin> |
422 | 422 | <groupId>org.apache.maven.plugins</groupId> |
423 | 423 | <artifactId>maven-surefire-plugin</artifactId> |
424 | | - <version>2.18.1</version> |
| 424 | + <version>2.22.2</version> |
425 | 425 | <configuration> |
426 | 426 | <skipTests>${skipUnitTests}</skipTests> |
427 | 427 | </configuration> |
428 | 428 | </plugin> |
429 | 429 | <plugin> |
430 | 430 | <groupId>org.apache.maven.plugins</groupId> |
431 | 431 | <artifactId>maven-compiler-plugin</artifactId> |
432 | | - <version>3.1</version> |
| 432 | + <version>3.10.1</version> |
433 | 433 | <inherited>true</inherited> |
434 | 434 | <configuration> |
435 | 435 | <compilerArgs> |
|
450 | 450 | <plugin> |
451 | 451 | <groupId>org.apache.maven.plugins</groupId> |
452 | 452 | <artifactId>maven-failsafe-plugin</artifactId> |
453 | | - <version>2.18.1</version> |
| 453 | + <version>2.22.2</version> |
454 | 454 | <configuration> |
455 | 455 | <skipITs>${skipITtests}</skipITs> |
456 | 456 | </configuration> |
|
462 | 462 | </goals> |
463 | 463 | <configuration> |
464 | 464 | <includes> |
465 | | - <include>**/IT*.java</include> |
| 465 | + <include>**/*IT.java</include> |
466 | 466 | </includes> |
467 | 467 | </configuration> |
468 | 468 | </execution> |
|
471 | 471 | <plugin> |
472 | 472 | <groupId>com.qmino</groupId> |
473 | 473 | <artifactId>miredot-plugin</artifactId> |
474 | | - <version>2.2</version> |
| 474 | + <version>2.4.0</version> |
475 | 475 | <executions> |
476 | 476 | <execution> |
477 | 477 | <phase>${miredot.phase}</phase> |
|
1230 | 1230 | </dependency> |
1231 | 1231 | </dependencies> |
1232 | 1232 | <profiles> |
| 1233 | + |
1233 | 1234 | <profile> |
1234 | 1235 | <id>webapi-oracle</id> |
1235 | 1236 | <properties> |
|
1375 | 1376 | <plugin> |
1376 | 1377 | <groupId>org.apache.maven.plugins</groupId> |
1377 | 1378 | <artifactId>maven-install-plugin</artifactId> |
1378 | | - <version>2.5.2</version> |
| 1379 | + <version>3.1.0</version> |
1379 | 1380 | <executions> |
1380 | 1381 | <execution> |
1381 | 1382 | <id>netezza-jdbc</id> |
|
1416 | 1417 | <plugin> |
1417 | 1418 | <groupId>org.apache.maven.plugins</groupId> |
1418 | 1419 | <artifactId>maven-install-plugin</artifactId> |
1419 | | - <version>2.5.2</version> |
| 1420 | + <version>3.1.0</version> |
1420 | 1421 | <executions> |
1421 | 1422 | <execution> |
1422 | 1423 | <id>impala-jdbc</id> |
|
1456 | 1457 | <plugin> |
1457 | 1458 | <groupId>org.apache.maven.plugins</groupId> |
1458 | 1459 | <artifactId>maven-install-plugin</artifactId> |
1459 | | - <version>2.5.2</version> |
| 1460 | + <version>3.1.0</version> |
1460 | 1461 | <executions> |
1461 | 1462 | <execution> |
1462 | 1463 | <id>spark-jdbc</id> |
|
1556 | 1557 | <plugin> |
1557 | 1558 | <groupId>org.apache.maven.plugins</groupId> |
1558 | 1559 | <artifactId>maven-install-plugin</artifactId> |
1559 | | - <version>2.5.2</version> |
| 1560 | + <version>3.1.0</version> |
1560 | 1561 | <executions> |
1561 | 1562 | <execution> |
1562 | 1563 | <id>google-api-client</id> |
|
0 commit comments