From dbbafb25eb4464a33e3194a62533775c6cb1ce72 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 6 Jun 2023 08:47:21 +0200 Subject: [PATCH] Polishing. Reorder dependencies. See #756 --- spring-data-jdbc/pom.xml | 90 ++++++++++++++++++---------------- spring-data-relational/pom.xml | 7 --- 2 files changed, 47 insertions(+), 50 deletions(-) diff --git a/spring-data-jdbc/pom.xml b/spring-data-jdbc/pom.xml index 642259b6f3..32f9269501 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 cbc10b2dd7..57b9d707a6 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