<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi</artifactId>
<version>2.76</version>
</dependency>
<parent> <groupId>org.basepom</groupId> <artifactId>basepom-oss</artifactId> <version>19</version> </parent>
compile
|-- org.springframework:spring-beans:3.0.0.RELEASE
|-- org.springframework:spring-jdbc:3.0.0.RELEASE
|-- org.springframework:spring-tx:3.0.0.RELEASE
|-- org.slf4j:slf4j-api:1.7.12
|-- org.antlr:stringtemplate:3.2.1
provided
|-- com.google.code.findbugs:annotations:2.0.3
test
|-- junit:junit:4.12
|-- org.hamcrest:hamcrest-core:1.3
|-- com.google.guava:guava:19.0
|-- org.apache.commons:commons-jexl:2.1.1
|-- org.springframework:spring-test:3.0.0.RELEASE
|-- org.apache.derby:derby:10.10.1.1