<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-spring4</artifactId>
<version>3.0.0-rc2</version>
</dependency>
<parent> <groupId>org.jdbi</groupId> <artifactId>jdbi3-parent</artifactId> <version>3.0.0-rc2</version> </parent>
compile
|-- org.springframework:spring-jdbc
|-- org.springframework:spring-tx
|-- org.springframework:spring-beans
test
|-- org.springframework:spring-test