<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
<version>2.7.13</version>
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-transports-http-jetty', version='2.7.13')
)
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>2.7.13</version> </parent>
compile
|-- org.apache.cxf:cxf-rt-transports-http
|-- org.apache.cxf:cxf-rt-core
|-- org.springframework:spring-core
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.eclipse.jetty:jetty-server
|-- org.eclipse.jetty:jetty-security
|-- org.eclipse.jetty:jetty-jmx
|-- ${cxf.servlet-api.group}:${cxf.servlet-api.artifact}
provided
|-- org.apache.aries.blueprint:org.apache.aries.blueprint.core
|-- org.osgi:org.osgi.compendium
runtime
test
|-- junit:junit