<dependency>
<groupId>net.dongliu</groupId>
<artifactId>dbutils</artifactId>
<version>3.3.1</version>
</dependency>
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.google.code.findbugs:jsr305:3.0.1
|-- org.springframework:spring-context:4.3.0.RELEASE
|-- org.springframework:spring-jdbc:4.3.0.RELEASE
|-- org.springframework.batch:spring-batch-infrastructure:3.0.7.RELEASE
test
|-- junit:junit:4.12