<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-simple</artifactId>
<version>3.3.6</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-frontend-simple', version='3.3.6')
)
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>3.3.6</version> </parent>
compile
|-- org.springframework:spring-core
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.apache.aries.blueprint:org.apache.aries.blueprint.core
|-- org.apache.cxf:cxf-rt-bindings-soap
|-- org.apache.cxf:cxf-rt-wsdl
|-- org.apache.cxf:cxf-rt-transports-local
|-- org.apache.cxf:cxf-rt-databinding-jaxb
provided
|-- org.apache.aries.blueprint:blueprint-parser
|-- org.glassfish.jaxb:jaxb-xjc
test
|-- junit:junit
|-- org.apache.cxf:cxf-rt-bindings-xml
|-- org.springframework:spring-aop
|-- org.apache.cxf:cxf-testutils