<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-infrastructure</artifactId>
<version>1.1.4.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.batch" % "spring-batch-infrastructure" % "1.1.4.RELEASE"
@Grapes(
@Grab(group='org.springframework.batch', module='spring-batch-infrastructure', version='1.1.4.RELEASE')
)
<dependency org="org.springframework.batch" name="spring-batch-infrastructure" rev="1.1.4.RELEASE" />
<parent> <groupId>org.springframework.batch</groupId> <artifactId>spring-batch</artifactId> <version>1.1.4.RELEASE</version> </parent>
compile
|-- junit:junit
|-- backport-util-concurrent:backport-util-concurrent
|-- commons-logging:commons-logging
|-- com.thoughtworks.xstream:xstream
|-- stax:stax
|-- org.springframework.ws:spring-oxm:1.0.3
|-- org.apache.ibatis:ibatis-sqlmap:2.3.0
|-- org.springframework:spring-aop
|-- org.springframework:spring-core
|-- org.springframework:spring-jdbc
|-- org.springframework:spring-jms
|-- org.springframework:spring-orm
|-- org.springframework:spring-tx
provided
|-- org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.0
|-- org.apache.geronimo.specs:geronimo-jta_1.1_spec:1.1
test
|-- hsqldb:hsqldb