<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-core</artifactId>
<version>3.0.10.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.ws', module='spring-ws-core', version='3.0.10.RELEASE')
)
<parent> <groupId>org.springframework.ws</groupId> <artifactId>spring-ws</artifactId> <version>3.0.10.RELEASE</version> </parent>
compile
|-- org.springframework.ws:spring-xml
|-- org.springframework:spring-aop
|-- org.springframework:spring-beans
|-- org.springframework:spring-oxm
|-- org.springframework:spring-web
|-- org.springframework:spring-webmvc
|-- org.jdom:jdom2
|-- dom4j:dom4j
|-- xom:xom
|-- org.apache.ws.xmlschema:xmlschema-core
|-- org.apache.ws.commons.axiom:axiom-api
|-- org.apache.ws.commons.axiom:axiom-impl
|-- wsdl4j:wsdl4j
|-- org.apache.httpcomponents:httpclient
|-- commons-httpclient:commons-httpclient
provided
|-- javax.servlet:javax.servlet-api
test
|-- org.springframework:spring-test