<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>3.0.12</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-transports-http', version='3.0.12')
)
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>3.0.12</version> </parent>
compile
|-- org.apache.aries.blueprint:org.apache.aries.blueprint.core
provided
|-- org.osgi:org.osgi.compendium
|-- org.apache.cxf:cxf-rt-wsdl
|-- org.apache.cxf:cxf-rt-ws-policy
|-- org.springframework:spring-web
|-- ${cxf.servlet-api.group}:${cxf.servlet-api.artifact}
|-- org.apache.aries.blueprint:blueprint-parser
test
|-- junit:junit