4.0.0
spring-data-jdbc
3.4.0
Spring Data JDBC
Spring Data module for JDBC repositories.
https://projects.spring.io/spring-data-jdbc
org.springframework.data
spring-data-relational-parent
3.4.0
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}
true
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
ojdbc11
${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-free
test
com.zaxxer
HikariCP
${hikari.version}
test
org.apache.maven.plugins
maven-failsafe-plugin
default-test
integration-test
integration-test
hsql
postgres
org.apache.maven.plugins
maven-failsafe-plugin
postgres-test
integration-test
integration-test
**/*IntegrationTests.java
postgres
all-dbs
org.apache.maven.plugins
maven-failsafe-plugin
h2-test
integration-test
integration-test
**/*IntegrationTests.java
h2
failsafe-verify-h2
integration-test
verify
mysql-test
integration-test
integration-test
**/*IntegrationTests.java
mysql
failsafe-verify-mysql
integration-test
verify
postgres-test
integration-test
integration-test
**/*IntegrationTests.java
postgres
failsafe-verify-postgres
integration-test
verify
mariadb-test
integration-test
integration-test
**/*IntegrationTests.java
mariadb
failsafe-verify-mariadb
integration-test
verify
db2-test
integration-test
integration-test
**/*IntegrationTests.java
db2
failsafe-verify-db2
integration-test
verify
oracle-test
integration-test
integration-test
**/*IntegrationTests.java
oracle
failsafe-verify-oracle
integration-test
verify
mssql-test
integration-test
integration-test
**/*IntegrationTests.java
mssql
failsafe-verify-mssql
integration-test
verify