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/05/07 05:11:56 UTC

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

Author: ningjiang
Date: Fri May  7 03:11:55 2010
New Revision: 941989

URL: http://svn.apache.org/viewvc?rev=941989&view=rev
Log:
CAMEL-2614 Added the requirement using cxf 2.2.8

Modified:
    camel/trunk/parent/pom.xml

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=941989&r1=941988&r2=941989&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Fri May  7 03:11:55 2010
@@ -132,7 +132,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.5,3)",
+      org.apache.cxf.*;version="[2.2.8,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)",