<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-core</artifactId>
<version>2.2.0.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.ws', module='spring-ws-core', version='2.2.0.RELEASE')
)
compile
|-- commons-httpclient:commons-httpclient:3.1
|-- commons-logging:commons-logging:1.1.3
|-- org.apache.httpcomponents:httpclient:4.2.5
|-- org.apache.ws.commons.axiom:axiom-api:1.2.14
|-- org.apache.ws.commons.axiom:axiom-impl:1.2.14
|-- org.apache.ws.xmlschema:xmlschema-core:2.1.0
|-- org.springframework.ws:spring-xml:2.2.0.RELEASE
|-- org.springframework:spring-aop:4.0.5.RELEASE
|-- org.springframework:spring-beans:4.0.5.RELEASE
|-- org.springframework:spring-core:4.0.5.RELEASE
|-- org.springframework:spring-oxm:4.0.5.RELEASE
|-- org.springframework:spring-web:4.0.5.RELEASE
|-- org.springframework:spring-webmvc:4.0.5.RELEASE
|-- xom:xom:1.2.5
provided