You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2010/06/09 12:49:48 UTC

svn commit: r952951 - /camel/trunk/parent/pom.xml

Author: ningjiang
Date: Wed Jun  9 10:49:48 2010
New Revision: 952951

URL: http://svn.apache.org/viewvc?rev=952951&view=rev
Log:
CAMEL-2785 Also require camel-cxf bundle to use cxf 2.2.9

Modified:
    camel/trunk/parent/pom.xml

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=952951&r1=952950&r2=952951&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Wed Jun  9 10:49:48 2010
@@ -133,7 +133,7 @@
     <camel.osgi.import.defaults>
       org.springframework.*;version="[2.5,4)",
       org.apache.commons.logging.*;version="[1.1,2)",
-      org.apache.cxf.*;version="[2.2.8,3)",
+      org.apache.cxf.*;version="[2.2.9,3)",
       org.apache.qpid.*;version="[0.5,0.6)",
       org.apache.abdera.*;version="[0.4,0.5)",
       org.apache.commons.httpclient.*;version="[3.1,4.0)",