diff --git a/console/pom.xml b/console/pom.xml index 517ccf989bf..bc851e1f22c 100644 --- a/console/pom.xml +++ b/console/pom.xml @@ -151,10 +151,8 @@ 1.2.2 - commons-io commons-io - 2.4 diff --git a/pom.xml b/pom.xml index f6f33f8f565..9d2a14ca6e9 100644 --- a/pom.xml +++ b/pom.xml @@ -31,6 +31,7 @@ 3.2.0 2.16.3 1.9 + 2.4 3.3.2 2.3 2.6.3 @@ -39,6 +40,7 @@ 1.4.192 2.9.4 4.11 + 3.0.5 1.4.6 1.10.19 1.1.0 @@ -47,13 +49,12 @@ 1.2.3 1.1.0.Final 1.2.4 - 2.3.4 - + 2.3.4 + 3.5.1 2.10 0.17.2 - 3.0.5 0.7.4.201502262128 2.12.4 @@ -207,7 +208,7 @@ org.liquibase liquibase-maven-plugin - ${liquibase-plugin.version} + ${liquibase.version} com.h2database @@ -460,6 +461,26 @@ + + com.google.guava + guava + ${guava.version} + + + com.google.inject + guice + ${guice.version} + + + com.google.protobuf + protobuf-java + ${protobuf.version} + + + com.h2database + h2 + ${h2.version} + org.apache.camel camel-core @@ -486,30 +507,20 @@ ${eclipselink.version} - com.google.guava - guava - ${guava.version} - - - com.google.inject - guice - ${guice.version} - - - com.google.protobuf - protobuf-java - ${protobuf.version} - - - com.h2database - h2 - ${h2.version} + org.liquibase + liquibase-core + ${liquibase.version} commons-configuration commons-configuration ${commons-configuration.version} + + commons-io + commons-io + ${commons-io.version} + javax.validation validation-api diff --git a/service/liquibase/pom.xml b/service/liquibase/pom.xml index e716b6dac26..083bdf1945e 100644 --- a/service/liquibase/pom.xml +++ b/service/liquibase/pom.xml @@ -22,15 +22,13 @@ ${project.artifactId} - - org.liquibase - liquibase-core - 3.0.5 - commons-io commons-io - 2.4 + + + org.liquibase + liquibase-core