<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
<version>2.0.6</version>
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-transports-http-jetty', version='2.0.6')
)
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>2.0.6</version> </parent>
compile
|-- org.apache.cxf:cxf-rt-transports-http
|-- org.apache.cxf:cxf-rt-core
|-- org.springframework:spring-web
|-- org.apache.geronimo.specs:geronimo-servlet_2.5_spec
runtime
|-- org.slf4j:slf4j-jdk14:1.3.1
test
|-- junit:junit
|-- org.easymock:easymockclassextension