<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-infrastructure</artifactId>
<version>2.0.0.RC1</version>
</dependency>
libraryDependencies += "org.springframework.batch" % "spring-batch-infrastructure" % "2.0.0.RC1"
@Grapes(
@Grab(group='org.springframework.batch', module='spring-batch-infrastructure', version='2.0.0.RC1')
)
<dependency org="org.springframework.batch" name="spring-batch-infrastructure" rev="2.0.0.RC1" />
<parent> <groupId>org.springframework.batch</groupId> <artifactId>spring-batch-parent</artifactId> <version>2.0.0.RC1</version> </parent>
compile
|-- junit:junit
|-- org.apache.geronimo.specs:geronimo-jms_1.1_spec
|-- commons-logging:commons-logging
|-- log4j:log4j
|-- org.hibernate:hibernate-entitymanager
|-- org.hibernate:hibernate-annotations
|-- org.apache.geronimo.specs:geronimo-jta_1.1_spec
|-- org.apache.ibatis:ibatis-sqlmap
|-- javax.persistence:persistence-api
|-- org.springframework.ws:spring-oxm
|-- org.springframework:spring-aop
|-- org.springframework:spring-core
|-- org.springframework:spring-jdbc
|-- org.springframework:spring-jms
|-- org.springframework:spring-orm
|-- org.springframework:spring-test
|-- org.springframework:spring-tx
test
|-- hsqldb:hsqldb