|
95 | 95 |
|
96 | 96 | <!-- Unit and Integration Testing --> |
97 | 97 | <skipTests>true</skipTests> |
98 | | - <xmlunit2.version>2.6.4</xmlunit2.version> |
99 | | - <xmlunit.version>2.6.4</xmlunit.version> |
100 | | - <htmlunit.version>2.43.0</htmlunit.version> |
| 98 | + <xmlunit.version>2.9.0</xmlunit.version> |
| 99 | + <htmlunit.version>2.63.0</htmlunit.version> |
101 | 100 | <groovy-all.version>2.4.21</groovy-all.version> |
102 | 101 | <hamcrest.version>2.2</hamcrest.version> |
103 | 102 | <jsoup.version>1.14.2</jsoup.version> |
|
456 | 455 | <type>maven-plugin</type> |
457 | 456 | <scope>provided</scope> |
458 | 457 | </dependency> |
| 458 | + <dependency> |
| 459 | + <groupId>org.apache.commons</groupId> |
| 460 | + <artifactId>commons-collections4</artifactId> |
| 461 | + <version>4.3</version> |
| 462 | + <scope>provided</scope> |
| 463 | + </dependency> |
459 | 464 | <dependency> |
460 | 465 | <groupId>org.apache.maven.plugins</groupId> |
461 | 466 | <artifactId>maven-invoker-plugin</artifactId> |
462 | 467 | <version>${maven-invoker-plugin.version}</version> |
463 | 468 | <type>maven-plugin</type> |
464 | 469 | <scope>provided</scope> |
| 470 | + <exclusions> |
| 471 | + <exclusion> |
| 472 | + <groupId>commons-collections</groupId> |
| 473 | + <artifactId>commons-collections</artifactId> |
| 474 | + </exclusion> |
| 475 | + </exclusions> |
465 | 476 | </dependency> |
466 | 477 | <dependency> |
467 | 478 | <groupId>com.dkanejs.maven.plugins</groupId> |
|
483 | 494 | <version>${maven-dependency-plugin.version}</version> |
484 | 495 | <type>maven-plugin</type> |
485 | 496 | <scope>provided</scope> |
| 497 | + <exclusions> |
| 498 | + <exclusion> |
| 499 | + <groupId>commons-collections</groupId> |
| 500 | + <artifactId>commons-collections</artifactId> |
| 501 | + </exclusion> |
| 502 | + </exclusions> |
486 | 503 | </dependency> |
487 | 504 | <dependency> |
488 | 505 | <groupId>org.apache.maven.plugins</groupId> |
|
525 | 542 | <version>${maven-checkstyle-plugin.version}</version> |
526 | 543 | <type>maven-plugin</type> |
527 | 544 | <scope>provided</scope> |
| 545 | + <exclusions> |
| 546 | + <exclusion> |
| 547 | + <groupId>com.google.guava</groupId> |
| 548 | + <artifactId>guava</artifactId> |
| 549 | + </exclusion> |
| 550 | + </exclusions> |
528 | 551 | </dependency> |
529 | 552 | <dependency> |
530 | 553 | <groupId>com.github.spotbugs</groupId> |
|
539 | 562 | <version>${maven-pmd-plugin.version}</version> |
540 | 563 | <type>maven-plugin</type> |
541 | 564 | <scope>provided</scope> |
| 565 | + <exclusions> |
| 566 | + <exclusion> |
| 567 | + <groupId>com.beust</groupId> |
| 568 | + <artifactId>jcommander</artifactId> |
| 569 | + </exclusion> |
| 570 | + </exclusions> |
542 | 571 | </dependency> |
543 | 572 | <dependency> |
544 | 573 | <groupId>org.apache.maven.plugins</groupId> |
|
567 | 596 | <version>${maven-release-plugin.version}</version> |
568 | 597 | <type>maven-plugin</type> |
569 | 598 | <scope>provided</scope> |
| 599 | + <exclusions> |
| 600 | + <exclusion> |
| 601 | + <groupId>com.jcraft</groupId> |
| 602 | + <artifactId>jsch</artifactId> |
| 603 | + </exclusion> |
| 604 | + </exclusions> |
570 | 605 | </dependency> |
571 | 606 | <dependency> |
572 | 607 | <groupId>org.apache.maven.plugins</groupId> |
|
606 | 641 |
|
607 | 642 | <dependency> |
608 | 643 | <groupId>org.xmlunit</groupId> |
609 | | - <artifactId>xmlunit-core</artifactId> |
| 644 | + <artifactId>xmlunit-legacy</artifactId> |
610 | 645 | <version>${xmlunit.version}</version> |
611 | 646 | <scope>test</scope> |
612 | 647 | </dependency> |
|
655 | 690 | <groupId>org.springframework.boot</groupId> |
656 | 691 | <artifactId>spring-boot-starter-data-jpa</artifactId> |
657 | 692 | </dependency> |
| 693 | + <!-- |
658 | 694 | <dependency> |
659 | 695 | <groupId>org.springframework.boot</groupId> |
660 | 696 | <artifactId>spring-boot-starter-data-rest</artifactId> |
|
667 | 703 | <groupId>org.springframework.boot</groupId> |
668 | 704 | <artifactId>spring-boot-starter-jersey</artifactId> |
669 | 705 | </dependency> |
| 706 | + --> |
670 | 707 | <dependency> |
671 | 708 | <groupId>org.springframework.boot</groupId> |
672 | 709 | <artifactId>spring-boot-starter-jdbc</artifactId> |
|
710 | 747 | <groupId>org.springframework.boot</groupId> |
711 | 748 | <artifactId>spring-boot-starter-logging</artifactId> |
712 | 749 | </dependency> |
| 750 | + <!-- |
713 | 751 | <dependency> |
714 | 752 | <groupId>org.springframework.boot</groupId> |
715 | 753 | <artifactId>spring-boot-starter-web-services</artifactId> |
716 | 754 | </dependency> |
717 | | - <dependency> |
718 | | - <groupId>org.springframework.boot</groupId> |
719 | | - <artifactId>spring-boot-starter-oauth2-resource-server</artifactId> |
720 | | - </dependency> |
| 755 | + --> |
721 | 756 | <dependency> |
722 | 757 | <groupId>org.springframework.boot</groupId> |
723 | 758 | <artifactId>spring-boot-starter-cache</artifactId> |
724 | 759 | </dependency> |
| 760 | + <!-- |
725 | 761 | <dependency> |
726 | 762 | <groupId>org.springframework.boot</groupId> |
727 | 763 | <artifactId>spring-boot-starter-json</artifactId> |
|
730 | 766 | <groupId>org.springframework.boot</groupId> |
731 | 767 | <artifactId>spring-boot-starter-integration</artifactId> |
732 | 768 | </dependency> |
| 769 | + --> |
733 | 770 | <!-- org.springframework --> |
734 | 771 | <dependency> |
735 | 772 | <groupId>org.springframework</groupId> |
|
772 | 809 | <groupId>org.springframework</groupId> |
773 | 810 | <artifactId>spring-expression</artifactId> |
774 | 811 | </dependency> |
| 812 | + <!-- |
775 | 813 | <dependency> |
776 | 814 | <groupId>org.springframework</groupId> |
777 | 815 | <artifactId>spring-oxm</artifactId> |
|
797 | 835 | <groupId>org.springframework.ws</groupId> |
798 | 836 | <artifactId>spring-ws-support</artifactId> |
799 | 837 | </dependency> |
| 838 | + --> |
800 | 839 | <dependency> |
801 | 840 | <groupId>org.springframework.security</groupId> |
802 | 841 | <artifactId>spring-security-core</artifactId> |
|
904 | 943 | <groupId>org.hibernate</groupId> |
905 | 944 | <artifactId>hibernate-core</artifactId> |
906 | 945 | </dependency> |
| 946 | + <!-- |
907 | 947 | <dependency> |
908 | 948 | <groupId>javax.xml.bind</groupId> |
909 | 949 | <artifactId>jaxb-api</artifactId> |
910 | 950 | </dependency> |
911 | | - |
| 951 | + --> |
912 | 952 | <dependency> |
913 | 953 | <groupId>org.jsoup</groupId> |
914 | 954 | <artifactId>jsoup</artifactId> |
|
943 | 983 | </dependency> |
944 | 984 | <dependency> |
945 | 985 | <groupId>org.xmlunit</groupId> |
946 | | - <artifactId>xmlunit-core</artifactId> |
| 986 | + <artifactId>xmlunit-legacy</artifactId> |
| 987 | + <scope>test</scope> |
947 | 988 | </dependency> |
948 | 989 | <dependency> |
949 | 990 | <groupId>net.sourceforge.htmlunit</groupId> |
950 | 991 | <artifactId>htmlunit</artifactId> |
| 992 | + <scope>test</scope> |
951 | 993 | </dependency> |
952 | 994 |
|
953 | 995 | <!-- scm --> |
|
989 | 1031 | <type>maven-plugin</type> |
990 | 1032 | <scope>provided</scope> |
991 | 1033 | </dependency> |
| 1034 | + <dependency> |
| 1035 | + <groupId>org.apache.commons</groupId> |
| 1036 | + <artifactId>commons-collections4</artifactId> |
| 1037 | + <version>4.3</version> |
| 1038 | + <scope>provided</scope> |
| 1039 | + </dependency> |
992 | 1040 | <dependency> |
993 | 1041 | <groupId>org.apache.maven.plugins</groupId> |
994 | 1042 | <artifactId>maven-invoker-plugin</artifactId> |
|
0 commit comments