<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-infrastructure-tests</artifactId>
<version>1.1.3.RELEASE-A</version>
</dependency>
implementation 'org.springframework.batch:spring-batch-infrastructure-tests:1.1.3.RELEASE-A'
implementation("org.springframework.batch:spring-batch-infrastructure-tests:1.1.3.RELEASE-A")
libraryDependencies += "org.springframework.batch" % "spring-batch-infrastructure-tests" % "1.1.3.RELEASE-A"
@Grapes(
@Grab(group='org.springframework.batch', module='spring-batch-infrastructure-tests', version='1.1.3.RELEASE-A')
)
<dependency org="org.springframework.batch" name="spring-batch-infrastructure-tests" rev="1.1.3.RELEASE-A" />
<parent> <groupId>org.springframework.batch</groupId> <artifactId>spring-batch</artifactId> <version>1.1.3.RELEASE-A</version> </parent>
compile
|-- org.springframework.batch:spring-batch-infrastructure
|-- junit:junit
|-- org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.0
|-- org.springframework:spring-jms
|-- org.springframework:spring-tx
|-- org.springframework:spring-aop
runtime
|-- hsqldb:hsqldb
test
|-- org.apache.derby:derby:10.2.1.6
|-- org.apache.activemq:activemq-core:5.0.0
|-- org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec:1.0.1
|-- org.springframework.ws:spring-oxm
|-- org.codehaus.castor:castor:1.1.2
|-- stax:stax
|-- com.thoughtworks.xstream:xstream:1.2.1