<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-ws</artifactId>
<version>4.0.6.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.integration" % "spring-integration-ws" % "4.0.6.RELEASE"
@Grapes(
@Grab(group='org.springframework.integration', module='spring-integration-ws', version='4.0.6.RELEASE')
)
<dependency org="org.springframework.integration" name="spring-integration-ws" rev="4.0.6.RELEASE" />
compile
|-- org.springframework:spring-expression:4.0.8.RELEASE
|-- org.springframework:spring-oxm:4.0.8.RELEASE
|-- javax.xml.soap:saaj-api:1.3.5
|-- com.sun.xml.messaging.saaj:saaj-impl:1.3.23
|-- javax.activation:activation:1.1.1
|-- org.springframework.integration:spring-integration-core:4.0.6.RELEASE