c

camel-cxf

Camel CXF support
Files download
File Operation
camel-cxf-2.25.3.jar download
camel-cxf-2.25.3.pom download
camel-cxf-2.25.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>camel-cxf</artifactId>
  <version>2.25.3</version>
</dependency>
Gradle Groovy
implementation 'org.apache.camel:camel-cxf:2.25.3'
Gradle Kotlin
implementation("org.apache.camel:camel-cxf:2.25.3")
Scala SBT
libraryDependencies += "org.apache.camel" % "camel-cxf" % "2.25.3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.camel', module='camel-cxf', version='2.25.3')
)
Apache Ivy
<dependency org="org.apache.camel" name="camel-cxf" rev="2.25.3" />
Leiningen
[org.apache.camel/camel-cxf "2.25.3"]
Apache Buildr
'org.apache.camel:camel-cxf:jar:2.25.3'
Dependencies
<parent>
  <groupId>org.apache.camel</groupId>
  <artifactId>components</artifactId>
  <version>2.25.3</version>
</parent>

compile

|-- org.apache.camel:camel-core

|-- org.apache.camel:camel-spring

|-- org.apache.camel:camel-cxf-transport

|-- org.apache.camel:camel-http-common

|-- javax.servlet:javax.servlet-api

|-- org.apache.cxf:cxf-rt-frontend-jaxrs

|-- org.apache.cxf:cxf-rt-frontend-jaxws

|-- org.apache.cxf:cxf-rt-rs-client

|-- org.apache.cxf:cxf-rt-features-logging

|-- org.springframework:spring-core

|-- org.springframework:spring-beans

|-- org.springframework:spring-context

|-- org.apache.cxf:cxf-rt-bindings-soap

provided

|-- org.apache.camel:camel-blueprint

|-- org.osgi:org.osgi.core

|-- org.osgi:org.osgi.compendium

|-- org.apache.aries.blueprint:org.apache.aries.blueprint.core

test

|-- org.apache.camel:camel-core-xml

|-- org.apache.camel:camel-jaxb

|-- org.apache.camel:camel-test-spring

|-- org.apache.camel:camel-http

|-- org.apache.activemq:activemq-broker

|-- org.apache.cxf:cxf-rt-features-clustering

|-- org.apache.activemq:activemq-kahadb-store

|-- org.apache.cxf:cxf-rt-transports-jms

|-- org.apache.cxf:cxf-rt-transports-http-jetty

|-- org.apache.camel:camel-jetty9

|-- org.apache.camel:camel-jetty

|-- org.apache.httpcomponents:httpclient

|-- org.apache.httpcomponents:httpmime

|-- org.apache.logging.log4j:log4j-api

|-- org.apache.logging.log4j:log4j-core

|-- org.apache.logging.log4j:log4j-slf4j-impl

|-- org.apache.cxf:cxf-testutils

|-- org.apache.cxf:cxf-rt-ws-rm

|-- org.apache.cxf:cxf-rt-ws-security

|-- org.springframework:spring-test

|-- junit:junit

|-- org.mockito:mockito-core

|-- cglib:cglib-nodep

|-- org.apache.cxf:cxf-rt-rs-extension-providers

|-- org.codehaus.jettison:jettison

|-- org.apache.commons:commons-lang3