<dependency>
<groupId>org.zalando</groupId>
<artifactId>fahrschein-jdbc</artifactId>
<version>0.16.0</version>
</dependency>
<parent> <groupId>org.zalando</groupId> <artifactId>fahrschein-parent</artifactId> <version>0.16.0</version> </parent>
compile
|-- org.springframework:spring-jdbc
provided
|-- com.google.code.findbugs:jsr305:2.0.1
test
|-- junit:junit:4.12
|-- org.springframework:spring-test
|-- org.springframework:spring-context
|-- org.zalando:fahrschein-test-support
|-- org.apache.logging.log4j:log4j-api
|-- org.apache.logging.log4j:log4j-core
|-- org.apache.logging.log4j:log4j-slf4j-impl