Lock down camel 2.5 to cxf 2.2.x
--------------------------------
Key: CAMEL-3225
URL: https://issues.apache.org/activemq/browse/CAMEL-3225
Project: Apache Camel
Issue Type: Bug
Components: camel-cxf
Reporter: Daniel Kulp
Fix For: 2.5.0
Since 2.5 will not be updated to CXF 2.3.0 and 2.3.0 may cause issues when used
in conjunction with 2.5, the OSGi manifest should lock CXF down to [2.2.10,2.3).
Patch:
diff --git a/components/camel-cxf/pom.xml b/components/camel-cxf/pom.xml
index 2bff9de..775aea2 100644
--- a/components/camel-cxf/pom.xml
+++ b/components/camel-cxf/pom.xml
@@ -39,6 +39,7 @@
javax.jws*;version="[0.0,3)",
javax.xml.stream*;version="[0.0,2)",
javax.xml.ws*;version="[0.0,3.0)",
+ org.apache.cxf*;version="[2.2.10,2.3)",
org.apache.camel.*;${camel.osgi.import.camel.version},
${camel.osgi.import.defaults},
${camel.osgi.import.additional},
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.