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