Skip to content

Commit f2a12dd

Browse files
committed
removed liquibase
1 parent 8828c55 commit f2a12dd

File tree

1 file changed

+58
-10
lines changed

1 file changed

+58
-10
lines changed

pom.xml

Lines changed: 58 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,8 @@
9595

9696
<!-- Unit and Integration Testing -->
9797
<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>
101100
<groovy-all.version>2.4.21</groovy-all.version>
102101
<hamcrest.version>2.2</hamcrest.version>
103102
<jsoup.version>1.14.2</jsoup.version>
@@ -456,12 +455,24 @@
456455
<type>maven-plugin</type>
457456
<scope>provided</scope>
458457
</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>
459464
<dependency>
460465
<groupId>org.apache.maven.plugins</groupId>
461466
<artifactId>maven-invoker-plugin</artifactId>
462467
<version>${maven-invoker-plugin.version}</version>
463468
<type>maven-plugin</type>
464469
<scope>provided</scope>
470+
<exclusions>
471+
<exclusion>
472+
<groupId>commons-collections</groupId>
473+
<artifactId>commons-collections</artifactId>
474+
</exclusion>
475+
</exclusions>
465476
</dependency>
466477
<dependency>
467478
<groupId>com.dkanejs.maven.plugins</groupId>
@@ -483,6 +494,12 @@
483494
<version>${maven-dependency-plugin.version}</version>
484495
<type>maven-plugin</type>
485496
<scope>provided</scope>
497+
<exclusions>
498+
<exclusion>
499+
<groupId>commons-collections</groupId>
500+
<artifactId>commons-collections</artifactId>
501+
</exclusion>
502+
</exclusions>
486503
</dependency>
487504
<dependency>
488505
<groupId>org.apache.maven.plugins</groupId>
@@ -525,6 +542,12 @@
525542
<version>${maven-checkstyle-plugin.version}</version>
526543
<type>maven-plugin</type>
527544
<scope>provided</scope>
545+
<exclusions>
546+
<exclusion>
547+
<groupId>com.google.guava</groupId>
548+
<artifactId>guava</artifactId>
549+
</exclusion>
550+
</exclusions>
528551
</dependency>
529552
<dependency>
530553
<groupId>com.github.spotbugs</groupId>
@@ -539,6 +562,12 @@
539562
<version>${maven-pmd-plugin.version}</version>
540563
<type>maven-plugin</type>
541564
<scope>provided</scope>
565+
<exclusions>
566+
<exclusion>
567+
<groupId>com.beust</groupId>
568+
<artifactId>jcommander</artifactId>
569+
</exclusion>
570+
</exclusions>
542571
</dependency>
543572
<dependency>
544573
<groupId>org.apache.maven.plugins</groupId>
@@ -567,6 +596,12 @@
567596
<version>${maven-release-plugin.version}</version>
568597
<type>maven-plugin</type>
569598
<scope>provided</scope>
599+
<exclusions>
600+
<exclusion>
601+
<groupId>com.jcraft</groupId>
602+
<artifactId>jsch</artifactId>
603+
</exclusion>
604+
</exclusions>
570605
</dependency>
571606
<dependency>
572607
<groupId>org.apache.maven.plugins</groupId>
@@ -606,7 +641,7 @@
606641

607642
<dependency>
608643
<groupId>org.xmlunit</groupId>
609-
<artifactId>xmlunit-core</artifactId>
644+
<artifactId>xmlunit-legacy</artifactId>
610645
<version>${xmlunit.version}</version>
611646
<scope>test</scope>
612647
</dependency>
@@ -655,6 +690,7 @@
655690
<groupId>org.springframework.boot</groupId>
656691
<artifactId>spring-boot-starter-data-jpa</artifactId>
657692
</dependency>
693+
<!--
658694
<dependency>
659695
<groupId>org.springframework.boot</groupId>
660696
<artifactId>spring-boot-starter-data-rest</artifactId>
@@ -667,6 +703,7 @@
667703
<groupId>org.springframework.boot</groupId>
668704
<artifactId>spring-boot-starter-jersey</artifactId>
669705
</dependency>
706+
-->
670707
<dependency>
671708
<groupId>org.springframework.boot</groupId>
672709
<artifactId>spring-boot-starter-jdbc</artifactId>
@@ -710,18 +747,17 @@
710747
<groupId>org.springframework.boot</groupId>
711748
<artifactId>spring-boot-starter-logging</artifactId>
712749
</dependency>
750+
<!--
713751
<dependency>
714752
<groupId>org.springframework.boot</groupId>
715753
<artifactId>spring-boot-starter-web-services</artifactId>
716754
</dependency>
717-
<dependency>
718-
<groupId>org.springframework.boot</groupId>
719-
<artifactId>spring-boot-starter-oauth2-resource-server</artifactId>
720-
</dependency>
755+
-->
721756
<dependency>
722757
<groupId>org.springframework.boot</groupId>
723758
<artifactId>spring-boot-starter-cache</artifactId>
724759
</dependency>
760+
<!--
725761
<dependency>
726762
<groupId>org.springframework.boot</groupId>
727763
<artifactId>spring-boot-starter-json</artifactId>
@@ -730,6 +766,7 @@
730766
<groupId>org.springframework.boot</groupId>
731767
<artifactId>spring-boot-starter-integration</artifactId>
732768
</dependency>
769+
-->
733770
<!-- org.springframework -->
734771
<dependency>
735772
<groupId>org.springframework</groupId>
@@ -772,6 +809,7 @@
772809
<groupId>org.springframework</groupId>
773810
<artifactId>spring-expression</artifactId>
774811
</dependency>
812+
<!--
775813
<dependency>
776814
<groupId>org.springframework</groupId>
777815
<artifactId>spring-oxm</artifactId>
@@ -797,6 +835,7 @@
797835
<groupId>org.springframework.ws</groupId>
798836
<artifactId>spring-ws-support</artifactId>
799837
</dependency>
838+
-->
800839
<dependency>
801840
<groupId>org.springframework.security</groupId>
802841
<artifactId>spring-security-core</artifactId>
@@ -904,11 +943,12 @@
904943
<groupId>org.hibernate</groupId>
905944
<artifactId>hibernate-core</artifactId>
906945
</dependency>
946+
<!--
907947
<dependency>
908948
<groupId>javax.xml.bind</groupId>
909949
<artifactId>jaxb-api</artifactId>
910950
</dependency>
911-
951+
-->
912952
<dependency>
913953
<groupId>org.jsoup</groupId>
914954
<artifactId>jsoup</artifactId>
@@ -943,11 +983,13 @@
943983
</dependency>
944984
<dependency>
945985
<groupId>org.xmlunit</groupId>
946-
<artifactId>xmlunit-core</artifactId>
986+
<artifactId>xmlunit-legacy</artifactId>
987+
<scope>test</scope>
947988
</dependency>
948989
<dependency>
949990
<groupId>net.sourceforge.htmlunit</groupId>
950991
<artifactId>htmlunit</artifactId>
992+
<scope>test</scope>
951993
</dependency>
952994

953995
<!-- scm -->
@@ -989,6 +1031,12 @@
9891031
<type>maven-plugin</type>
9901032
<scope>provided</scope>
9911033
</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>
9921040
<dependency>
9931041
<groupId>org.apache.maven.plugins</groupId>
9941042
<artifactId>maven-invoker-plugin</artifactId>

0 commit comments

Comments
 (0)