<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-infrastructure</artifactId>
<version>2.2.1.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.batch" % "spring-batch-infrastructure" % "2.2.1.RELEASE"
@Grapes(
@Grab(group='org.springframework.batch', module='spring-batch-infrastructure', version='2.2.1.RELEASE')
)
<dependency org="org.springframework.batch" name="spring-batch-infrastructure" rev="2.2.1.RELEASE" />
<parent> <groupId>org.springframework.batch</groupId> <artifactId>spring-batch-parent</artifactId> <version>2.2.1.RELEASE</version> </parent>
compile
|-- junit:junit
|-- org.apache.geronimo.specs:geronimo-jms_1.1_spec
|-- org.codehaus.jackson:jackson-mapper-asl:1.0.1
|-- org.hibernate:hibernate-core
|-- org.hibernate:hibernate-entitymanager
|-- org.hibernate:hibernate-annotations
|-- org.hibernate:hibernate-validator
|-- org.apache.geronimo.specs:geronimo-jta_1.1_spec
|-- org.apache.ibatis:ibatis-sqlmap
|-- org.springframework:spring-oxm
|-- org.springframework:spring-core
|-- org.springframework:spring-aop
|-- org.springframework:spring-context
|-- org.springframework:spring-context-support
|-- org.springframework:spring-jdbc
|-- org.springframework:spring-jms
|-- org.springframework:spring-orm
|-- org.springframework.retry:spring-retry
|-- org.springframework:spring-test
|-- org.springframework:spring-tx
|-- org.springframework.data:spring-data-commons
|-- org.springframework.data:spring-data-mongodb
|-- org.springframework.data:spring-data-neo4j
|-- org.springframework.data:spring-data-gemfire
|-- org.springframework.data:spring-data-redis
|-- org.codehaus.woodstox:woodstox-core-asl
|-- org.springframework.amqp:spring-amqp
|-- org.springframework.amqp:spring-rabbit
test
|-- log4j:log4j