Author: dkulp
Date: Thu Sep 6 16:24:36 2012
New Revision: 1381665
URL: http://svn.apache.org/viewvc?rev=1381665&view=rev
Log:
Open up the jaxrs range a bit to allow testing with latest CXF
Modified:
camel/trunk/components/camel-cxf/pom.xml
Modified: camel/trunk/components/camel-cxf/pom.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/components/camel-cxf/pom.xml?rev=1381665&r1=1381664&r2=1381665&view=diff
==============================================================================
--- camel/trunk/components/camel-cxf/pom.xml (original)
+++ camel/trunk/components/camel-cxf/pom.xml Thu Sep 6 16:24:36 2012
@@ -45,7 +45,7 @@
javax.activation*;version="[0.0,2)",
javax.annotation*;version="[0.0,2)",
javax.jws*;version="[0.0,3)",
- javax.ws.rs*;version="[0.0,2)",
+ javax.ws.rs*;version="[0.0,3)",
javax.xml.stream*;version="[0.0,2)",
javax.xml.ws*;version="[0.0,3.0)",
org.apache.camel.*;${camel.osgi.import.camel.version},