<dependency>
<groupId>net.dongliu</groupId>
<artifactId>dbutils</artifactId>
<version>2.2.10</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.slf4j:slf4j-api:1.7.10
provided
|-- 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
runtime
|-- ch.qos.logback:logback-classic:1.1.2
test
|-- junit:junit:4.12