<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-test</artifactId>
<version>2.0.4.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.batch" % "spring-batch-test" % "2.0.4.RELEASE"
@Grapes(
@Grab(group='org.springframework.batch', module='spring-batch-test', version='2.0.4.RELEASE')
)
<dependency org="org.springframework.batch" name="spring-batch-test" rev="2.0.4.RELEASE" />
<parent> <groupId>org.springframework.batch</groupId> <artifactId>spring-batch-parent</artifactId> <version>2.0.4.RELEASE</version> </parent>
compile
|-- org.springframework.batch:spring-batch-core
|-- junit:junit
|-- org.springframework:spring-test
|-- org.springframework:spring-jdbc
|-- hsqldb:hsqldb