diff --git a/spring-data-jdbc/pom.xml b/spring-data-jdbc/pom.xml
index 642259b6f..32f926950 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,67 +153,84 @@
test
+
+
- org.testcontainers
- mysql
+ org.awaitility
+ awaitility
+ ${awaitility.version}
+ test
+
+
+
+ org.assertj
+ assertj-core
+ ${assertj}
test
- org.slf4j
- jcl-over-slf4j
+ net.bytebuddy
+ byte-buddy
- org.testcontainers
- postgresql
+ org.jmolecules.integrations
+ jmolecules-spring
+ ${jmolecules-integration}
test
- org.testcontainers
- mariadb
+ com.tngtech.archunit
+ archunit
+ ${archunit.version}
test
+
+
org.testcontainers
- mssqlserver
+ mysql
test
+
+
+ org.slf4j
+ jcl-over-slf4j
+
+
org.testcontainers
- db2
+ postgresql
test
org.testcontainers
- oracle-xe
+ mariadb
test
- org.jmolecules.integrations
- jmolecules-spring
- ${jmolecules-integration}
+ org.testcontainers
+ mssqlserver
test
- com.tngtech.archunit
- archunit
- ${archunit.version}
+ org.testcontainers
+ db2
test
- org.liquibase
- liquibase-core
- ${liquibase.version}
- true
+ org.testcontainers
+ oracle-xe
+ test
diff --git a/spring-data-relational/pom.xml b/spring-data-relational/pom.xml
index cbc10b2dd..57b9d707a 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