<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
<version>3.6.3</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-transports-http-jetty', version='3.6.3')
)
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>3.6.3</version> </parent>
compile
|-- org.apache.cxf:cxf-rt-transports-http
|-- org.springframework:spring-core
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
provided
|-- org.apache.aries.blueprint:org.apache.aries.blueprint.core
|-- org.apache.aries.blueprint:blueprint-parser
runtime
test
|-- junit:junit