<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>3.1.18</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-frontend-jaxws', version='3.1.18')
)
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>3.1.18</version> </parent>
compile
|-- org.apache.aries.blueprint:org.apache.aries.blueprint.api
|-- org.apache.aries.blueprint:org.apache.aries.blueprint.core
|-- ${cxf.asm.groupId}:${cxf.asm.artifactId}
|-- org.apache.cxf:cxf-rt-bindings-soap
|-- org.apache.cxf:cxf-rt-bindings-xml
|-- org.apache.cxf:cxf-rt-frontend-simple
|-- org.apache.cxf:cxf-rt-ws-addr
provided
|-- org.apache.aries.blueprint:blueprint-parser
|-- org.apache.cxf:cxf-rt-transports-http
|-- org.springframework:spring-web
|-- org.springframework:spring-webmvc
|-- org.springframework:spring-aop
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework:spring-core
|-- ${cxf.servlet-api.group}:${cxf.servlet-api.artifact}
test
|-- junit:junit
|-- org.apache.cxf:cxf-testutils
|-- org.apache.cxf:cxf-rt-transports-local
|-- org.apache.cxf:cxf-rt-ws-policy