diff --git a/spring-data-jdbc/pom.xml b/spring-data-jdbc/pom.xml
index 642259b6..32f92695 100644
--- a/spring-data-jdbc/pom.xml
+++ b/spring-data-jdbc/pom.xml
@@ -23,8 +23,6 @@
${basedir}/..
- 2017
-
@@ -90,6 +88,15 @@
true
+
+ org.liquibase
+ liquibase-core
+ ${liquibase.version}
+ true
+
+
+
+
com.h2database
h2
@@ -104,26 +111,6 @@
test
-
- org.awaitility
- awaitility
- ${awaitility.version}
- test
-
-
-
- org.assertj
- assertj-core
- ${assertj}
- test
-
-
- net.bytebuddy
- byte-buddy
-
-
-
-
mysql
mysql-connector-java
@@ -166,6 +153,44 @@
test
+
+
+
+ org.awaitility
+ awaitility
+ ${awaitility.version}
+ test
+
+
+
+ org.assertj
+ assertj-core
+ ${assertj}
+ test
+
+
+ net.bytebuddy
+ byte-buddy
+
+
+
+
+
+ org.jmolecules.integrations
+ jmolecules-spring
+ ${jmolecules-integration}
+ test
+
+
+
+ com.tngtech.archunit
+ archunit
+ ${archunit.version}
+ test
+
+
+
+
org.testcontainers
mysql
@@ -208,27 +233,6 @@
test
-
- org.jmolecules.integrations
- jmolecules-spring
- ${jmolecules-integration}
- test
-
-
-
- com.tngtech.archunit
- archunit
- ${archunit.version}
- test
-
-
-
- org.liquibase
- liquibase-core
- ${liquibase.version}
- true
-
-
diff --git a/spring-data-relational/pom.xml b/spring-data-relational/pom.xml
index cbc10b2d..57b9d707 100644
--- a/spring-data-relational/pom.xml
+++ b/spring-data-relational/pom.xml
@@ -50,13 +50,6 @@
spring-core
-
- org.liquibase
- liquibase-core
- ${liquibase.version}
- true
-
-
com.google.code.findbugs
jsr305