<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-ws-support</artifactId>
<version>3.1.2_1</version>
<type>bundle</type>
</dependency>
implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-ws-support:3.1.2_1'
implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-ws-support:3.1.2_1")
libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.spring-ws-support" % "3.1.2_1"
@Grapes(
@Grab(group='org.apache.servicemix.bundles', module='org.apache.servicemix.bundles.spring-ws-support', version='3.1.2_1')
)
<dependency org="org.apache.servicemix.bundles" name="org.apache.servicemix.bundles.spring-ws-support" rev="3.1.2_1" />
<parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> <version>14</version> </parent>
compile
|-- org.springframework.ws:spring-xml:3.1.2
|-- org.springframework:spring-context:5.3.7
|-- org.springframework:spring-expression:5.3.7
|-- org.springframework.ws:spring-ws-core:3.1.2
|-- org.springframework:spring-aop:5.3.7
|-- org.springframework:spring-oxm:5.3.7
|-- org.springframework:spring-web:5.3.7
|-- org.springframework:spring-webmvc:5.3.7
|-- org.springframework:spring-beans:5.3.7
|-- org.springframework:spring-jms:5.3.7
|-- org.springframework:spring-messaging:5.3.7
|-- org.springframework:spring-tx:5.3.7
|-- com.sun.mail:javax.mail:1.6.0
|-- javax.activation:activation:1.1