<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jdbc</artifactId>
<version>1.1.12.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-jdbc', version='1.1.12.RELEASE')
)
<dependency org="org.springframework.data" name="spring-data-jdbc" rev="1.1.12.RELEASE" />
<parent> <groupId>org.springframework.data</groupId> <artifactId>spring-data-relational-parent</artifactId> <version>1.1.12.RELEASE</version> </parent>
compile
|-- org.springframework.data:spring-data-relational
|-- org.springframework.data:spring-data-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
test
|-- mysql:mysql-connector-java
|-- org.mariadb.jdbc:mariadb-java-client
|-- com.microsoft.sqlserver:mssql-jdbc
|-- de.schauderhaft.degraph:degraph-check
|-- org.testcontainers:postgresql