<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi</artifactId>
<version>2.58</version>
</dependency>
<parent> <groupId>org.basepom</groupId> <artifactId>basepom-standard-oss</artifactId> <version>9</version> </parent>
compile
|-- org.springframework:spring:2.0.1
|-- org.slf4j:slf4j-api:1.7.10
|-- org.antlr:stringtemplate:3.2.1
provided
|-- com.google.code.findbugs:annotations:3.0.0
test
|-- junit:junit:4.12
|-- org.hamcrest:hamcrest-core:1.3
|-- com.google.guava:guava:18.0
|-- org.apache.commons:commons-jexl:2.1.1
|-- org.springframework:spring-mock:2.0.1