org.jboss.integration.fuse:kie-camel Usage * kie-camel needs to support both CXF 2.7.X and CXF 3.X in order to support both container platforms (EAP and Karaf respectively). The two versions are separated by a major version and may contain different packages, classes, and methods. It is possible that if you are making use of both kie-camel and CXF in your project that you may see classpath collision errors. To avoid this, we suggest excluding the artifacts which do not match your container version, and replacing with the version matching the version of CXF in your container. EAP 6.4.x : * Define in with the version of CXF that is in your EAP container. org.jboss.integration.fuse kie-camel org.apache.cxf cxf-core org.apache.cxf cxf-core ${eap.cxf.version} Fuse on Karaf : * Define in with the version of CXF that is in your Fuse/Karaf container. org.jboss.integration.fuse kie-camel org.apache.cxf cxf-rt-rs-security-oauth org.apache.cxf cxf-rt-frontend-jaxws org.apache.cxf cxf-rt-frontend-jaxrs org.apache.cxf cxf-rt-features-clustering org.apache.cxf cxf-rt-bindings-soap org.apache.cxf cxf-rt-rs-security-oauth ${karaf.cxf.version} org.apache.cxf cxf-rt-frontend-jaxws ${karaf.cxf.version} org.apache.cxf cxf-rt-frontend-jaxrs ${karaf.cxf.version} org.apache.cxf cxf-rt-features-clustering ${karaf.cxf.version} org.apache.cxf cxf-rt-bindings-soap ${karaf.cxf.version}