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