<dependency>
<groupId>net.dongliu</groupId>
<artifactId>dbutils</artifactId>
<version>3.1.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
|-- net.dongliu:commons:4.8.10
|-- org.apache.logging.log4j:log4j-api:2.7
|-- 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