4.0.0 spring-data-jdbc 3.2.0-SNAPSHOT Spring Data JDBC Spring Data module for JDBC repositories. https://projects.spring.io/spring-data-jdbc org.springframework.data spring-data-relational-parent 3.2.0-SNAPSHOT spring.data.jdbc ${basedir}/.. org.testcontainers testcontainers-bom ${testcontainers} pom import ${project.groupId} spring-data-relational ${project.version} ${project.groupId} spring-data-commons ${springdata.commons} org.springframework spring-tx org.springframework spring-context org.springframework spring-beans org.springframework spring-jdbc org.springframework spring-core org.mybatis mybatis-spring ${mybatis-spring.version} true org.mybatis mybatis ${mybatis.version} true org.liquibase liquibase-core ${liquibase.version} true com.h2database h2 ${h2.version} true org.hsqldb hsqldb ${hsqldb.version} test mysql mysql-connector-java ${mysql-connector-java.version} test org.postgresql postgresql ${postgresql.version} test org.mariadb.jdbc mariadb-java-client ${mariadb-java-client.version} test com.microsoft.sqlserver mssql-jdbc ${mssql.version} true com.ibm.db2 jcc ${db2.version} test com.oracle.database.jdbc ojdbc8 ${oracle.version} 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 test org.slf4j jcl-over-slf4j org.testcontainers postgresql test org.testcontainers mariadb test org.testcontainers mssqlserver test org.testcontainers db2 test org.testcontainers oracle-xe test all-dbs org.apache.maven.plugins maven-surefire-plugin h2-test test test **/*IntegrationTests.java **/*HsqlIntegrationTests.java h2 mysql-test test test **/*IntegrationTests.java **/*HsqlIntegrationTests.java mysql postgres-test test test **/*IntegrationTests.java **/*HsqlIntegrationTests.java postgres mariadb-test test test **/*IntegrationTests.java **/*HsqlIntegrationTests.java mariadb db2-test test test **/*IntegrationTests.java **/*HsqlIntegrationTests.java db2 oracle-test test test **/*IntegrationTests.java **/*HsqlIntegrationTests.java oracle mssql-test test test **/*IntegrationTests.java **/*HsqlIntegrationTests.java mssql