diff --git a/pom.xml b/pom.xml
index 420d581..61995e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,6 +55,7 @@
5.5.0
2.7.1
+ 2.4.0
2.2.0
@@ -111,6 +112,15 @@
features
+
+
+ org.apache.cxf.karaf
+ apache-cxf
+ ${cxf.version}
+ xml
+ features
+
+
org.apache.karaf
diff --git a/talend-if/pom.xml b/talend-if/pom.xml
index f0969dc..1e2bc3a 100644
--- a/talend-if/pom.xml
+++ b/talend-if/pom.xml
@@ -52,6 +52,14 @@
features
+
+
+ org.apache.cxf.karaf
+ apache-cxf
+ xml
+ features
+
+
org.apache.activemq
@@ -108,6 +116,7 @@
mvn:org.apache.karaf.assemblies.features/enterprise/${karaf.version}/xml/features
mvn:org.apache.activemq/activemq-karaf/${activemq.version}/xml/features
mvn:org.apache.camel.karaf/apache-camel/${camel.version}/xml/features
+ mvn:org.apache.cxf.karaf/apache-cxf/${cxf.version}/xml/features
file:${basedir}/target/classes/features.xml
diff --git a/talend-if/src/main/filtered-resources/features.xml b/talend-if/src/main/filtered-resources/features.xml
index 8e6fc7d..8f7dee0 100644
--- a/talend-if/src/main/filtered-resources/features.xml
+++ b/talend-if/src/main/filtered-resources/features.xml
@@ -7,6 +7,7 @@
mvn:org.apache.karaf.assemblies.features/standard/${karaf.version}/xml/features
mvn:org.apache.camel.karaf/apache-camel/${camel.version}/xml/features
+ mvn:org.apache.cxf.karaf/apache-cxf/${cxf.version}/xml/features
mvn:org.apache.activemq/activemq-karaf/${activemq.version}/xml/features
@@ -66,47 +67,8 @@
- mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-pool/1.5.4_1
- mvn:org.apache.geronimo.specs/geronimo-jms_1.1_spec/1.1.1
- mvn:org.springframework/spring-jms/3.0.5.RELEASE
- mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.asm/3.3_1
- mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.fastinfoset/1.2.7_3
- mvn:org.apache.geronimo.specs/geronimo-servlet_3.0_spec/1.0
- mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jdom/1.1_3
- mvn:commons-codec/commons-codec/1.4
- mvn:org.codehaus.jettison/jettison/1.3
- mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.ant/1.7.0_4
- mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.bcel/5.2_3
- mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xalan/2.7.1_3
- mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xerces/2.9.1_4
- mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlbeans/2.5.0_1
- mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlsec/1.4.4_1
- mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlresolver/1.2_3
- mvn:org.codehaus.woodstox/woodstox-core-asl/4.1.1
- mvn:org.codehaus.woodstox/stax2-api/3.1.1
- mvn:org.apache.ws.xmlschema/xmlschema-core/2.0
- mvn:commons-lang/commons-lang/2.6
- mvn:commons-collections/commons-collections/3.2.1
- mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.antlr/2.7.7_3
- mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.oro/2.0.8_4
- mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.velocity/1.7_1
- mvn:http://download.java.net/maven/2!javax.mail/mail/1.4.3
- mvn:org.apache.neethi/neethi/3.0.0
- mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.abdera/0.4.0-incubating_4
- mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxws-api-2.2/1.7.0
- mvn:org.apache.geronimo.specs/geronimo-annotation_1.0_spec/1.1.1
- mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.saaj-api-1.3/1.7.0
- mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.saaj-impl/1.3.2_2
- mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.wsdl4j/1.6.2_3
- mvn:org.apache.ws.security/wss4j/1.6.0
- mvn:joda-time/joda-time/1.6.2
- mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.opensaml/2.4.1_1
- mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jsr311-api-1.1/1.7.0
- mvn:org.apache.geronimo.specs/geronimo-ws-metadata_2.0_spec/1.1.3
- mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-io/1.3.2_3
- mvn:org.apache.cxf/cxf-bundle/2.4.0
+ cxf
camel-spring
- jetty
mvn:org.apache.camel/camel-cxf/2.7.1