Hi Claus,

If you just want to let camel-cxf import the version upper then 2.2.5 the change should be
org.apache.cxf.*;version="[2.2.5,3)",

BTW, I don't think it is necessary to change this import, as we have the features file to load the right version of CXF :)

Willem

davscl...@apache.org wrote:
Author: davsclaus
Date: Tue Nov 24 08:03:49 2009
New Revision: 883619

URL: http://svn.apache.org/viewvc?rev=883619&view=rev
Log:
Upgraded features from SNAPSHOT to releases. Upgraded osgi import to CXF 2.2.5 
as min as camel-cxf requires this as min now.

Modified:
    camel/trunk/parent/pom.xml
    camel/trunk/platforms/karaf/features/pom.xml

Modified: camel/trunk/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=883619&r1=883618&r2=883619&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Tue Nov 24 08:03:49 2009
@@ -110,7 +110,7 @@
     
<camel.osgi.import.default.version>[$(version;==;$(@)),$(version;+;$(@)))</camel.osgi.import.default.version>
     <camel.osgi.import.defaults>
       org.apache.commons.logging.*;version="[1.1,2)",
-      org.apache.cxf.*;version="[2.2,3)",
+      org.apache.cxf.*;version="[2.2,5)",

Reply via email to