<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>2.0.11</version>
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-transports-http', version='2.0.11')
)
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>2.0.11</version> </parent>
compile
|-- org.apache.cxf:cxf-api:2.0.11
|-- org.apache.cxf:cxf-rt-core:2.0.11
|-- org.springframework:spring-web
provided
|-- org.apache.geronimo.specs:geronimo-servlet_2.5_spec
test
|-- junit:junit