<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-batch-core</artifactId>
<version>5.1.2_1</version>
<type>bundle</type>
</dependency>
implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-batch-core:5.1.2_1'
implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-batch-core:5.1.2_1")
libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.spring-batch-core" % "5.1.2_1"
@Grapes(
@Grab(group='org.apache.servicemix.bundles', module='org.apache.servicemix.bundles.spring-batch-core', version='5.1.2_1')
)
<dependency org="org.apache.servicemix.bundles" name="org.apache.servicemix.bundles.spring-batch-core" rev="5.1.2_1" />
<parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> <version>16</version> </parent>
compile
|-- org.springframework.batch:spring-batch-infrastructure:5.1.2
|-- org.springframework:spring-core:6.1.7
|-- org.springframework:spring-jcl:6.1.7
|-- org.springframework.retry:spring-retry:2.0.6
|-- org.springframework:spring-aop:6.1.7
|-- org.springframework:spring-beans:6.1.7
|-- org.springframework:spring-context:6.1.7
|-- org.springframework:spring-expression:6.1.7
|-- org.springframework:spring-tx:6.1.7
|-- org.springframework:spring-jdbc:6.1.7
|-- io.micrometer:micrometer-core:1.12.6
|-- io.micrometer:micrometer-commons:1.12.6
|-- io.micrometer:micrometer-observation:1.12.6
runtime