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