<dependency>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-server</artifactId>
<version>4.3.7.Final</version>
</dependency>
@Grapes(
@Grab(group='org.jboss.ws.cxf', module='jbossws-cxf-server', version='4.3.7.Final')
)
<parent> <groupId>org.jboss.ws.cxf</groupId> <artifactId>jbossws-cxf</artifactId> <version>4.3.7.Final</version> </parent>
compile
|-- org.jboss.ws.cxf:jbossws-cxf-client
|-- org.jboss.spec.javax.ejb:jboss-ejb-api_3.1_spec
|-- org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec
|-- org.jboss.ws:jbossws-common
|-- org.jboss.ws.cxf:jbossws-cxf-factories
|-- org.apache.cxf:cxf-rt-bindings-soap
|-- org.apache.cxf:cxf-rt-bindings-object
|-- org.apache.cxf:cxf-rt-bindings-coloc
|-- org.apache.cxf:cxf-rt-frontend-jaxws
|-- org.apache.cxf:cxf-rt-management
|-- org.apache.cxf:cxf-rt-transports-http
|-- org.apache.cxf:cxf-rt-transports-jms
|-- org.apache.cxf:cxf-rt-transports-local
|-- org.apache.cxf:cxf-rt-ws-mex
|-- org.apache.cxf:cxf-rt-ws-rm
|-- org.apache.cxf:cxf-rt-ws-policy
|-- org.apache.cxf:cxf-rt-ws-security
|-- org.apache.cxf:cxf-tools-java2ws
|-- org.apache.cxf:cxf-tools-wsdlto-core
|-- org.apache.cxf:cxf-tools-wsdlto-databinding-jaxb
|-- org.apache.cxf:cxf-tools-wsdlto-frontend-jaxws
|-- org.apache.cxf.services.sts:cxf-services-sts-core
|-- org.apache.cxf.services.ws-discovery:cxf-services-ws-discovery-api
|-- org.apache.cxf.xjcplugins:cxf-xjc-boolean
|-- org.apache.cxf.xjcplugins:cxf-xjc-dv
|-- org.apache.cxf.xjcplugins:cxf-xjc-ts
|-- org.apache.velocity:velocity
|-- commons-collections:commons-collections
|-- org.jboss.spec.javax.xml.rpc:jboss-jaxrpc-api_1.1_spec
|-- org.apache.santuario:xmlsec
|-- org.codehaus.woodstox:woodstox-core-asl
|-- asm:asm
|-- org.springframework:spring-aop
|-- org.springframework:spring-asm
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework:spring-core
|-- org.springframework:spring-expression
|-- org.springframework:spring-jms
|-- org.springframework:spring-tx
|-- org.jboss:jboss-common-core
|-- com.sun.xml.bind:jaxb-impl
|-- org.jboss.spec.javax.xml.bind:jboss-jaxb-api_2.2_spec
|-- org.jboss.spec.javax.xml.soap:jboss-saaj-api_1.3_spec
|-- org.jboss.spec.javax.jms:jboss-jms-api_1.1_spec
test
|-- junit:junit