<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-ws-test</artifactId>
<version>3.1.8_1</version>
<type>bundle</type>
</dependency>
implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-ws-test:3.1.8_1'
implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-ws-test:3.1.8_1")
libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.spring-ws-test" % "3.1.8_1"
@Grapes(
@Grab(group='org.apache.servicemix.bundles', module='org.apache.servicemix.bundles.spring-ws-test', version='3.1.8_1')
)
<dependency org="org.apache.servicemix.bundles" name="org.apache.servicemix.bundles.spring-ws-test" rev="3.1.8_1" />
<parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> <version>16</version> </parent>
compile
|-- org.springframework.ws:spring-xml:3.1.8
|-- org.springframework:spring-beans:5.3.31
|-- org.springframework.ws:spring-ws-core:3.1.8
|-- org.springframework:spring-aop:5.3.31
|-- org.springframework:spring-oxm:5.3.31
|-- org.springframework:spring-web:5.3.31
|-- org.springframework:spring-webmvc:5.3.31
|-- org.springframework:spring-context:5.3.31
|-- org.springframework:spring-expression:5.3.31
|-- org.xmlunit:xmlunit-core:2.9.0
|-- jakarta.xml.bind:jakarta.xml.bind-api:2.3.3
|-- jakarta.activation:jakarta.activation-api:1.2.2