<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-client</artifactId>
<version>3.0.3</version>
<type>bundle</type>
</dependency>
<parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>3.0.3</version> </parent>
compile
|-- org.apache.aries.blueprint:org.apache.aries.blueprint.core
|-- org.apache.cxf:cxf-rt-transports-http
|-- org.apache.cxf:cxf-rt-frontend-jaxrs
provided
|-- org.apache.geronimo.specs:geronimo-jcache_1.0_spec:1.0-alpha-1
|-- org.springframework:spring-core
|-- org.springframework:spring-context
test
|-- org.apache.cxf:cxf-rt-transports-local
|-- junit:junit