<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-cxf-transport</artifactId>
<version>2.24.3</version>
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-cxf-transport', version='2.24.3')
)
<parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> <version>2.24.3</version> </parent>
compile
|-- org.apache.camel:camel-core
|-- org.apache.cxf:cxf-rt-bindings-soap
|-- org.springframework:spring-beans
|-- javax.servlet:javax.servlet-api
provided
|-- org.apache.camel:camel-blueprint
|-- org.osgi:org.osgi.compendium
|-- org.apache.aries.blueprint:org.apache.aries.blueprint.core
test
|-- org.apache.camel:camel-spring
|-- org.apache.camel:camel-jetty
|-- org.apache.cxf:cxf-testutils
|-- org.apache.cxf:cxf-rt-frontend-jaxws
|-- org.apache.httpcomponents:httpclient
|-- org.apache.cxf:cxf-rt-transports-http-jetty
|-- org.apache.camel:camel-test
|-- junit:junit
|-- org.springframework:spring-test
|-- org.apache.logging.log4j:log4j-api