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 2011/01/06 11:06:51 UTC

svn commit: r1055814 - /camel/trunk/components/camel-soap/pom.xml

Author: ningjiang
Date: Thu Jan  6 10:06:50 2011
New Revision: 1055814

URL: http://svn.apache.org/viewvc?rev=1055814&view=rev
Log:
CAMEL-3505,CAMEL-3499 fixed the camel-soap import JRE package issue

Modified:
    camel/trunk/components/camel-soap/pom.xml

Modified: camel/trunk/components/camel-soap/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-soap/pom.xml?rev=1055814&r1=1055813&r2=1055814&view=diff
==============================================================================
--- camel/trunk/components/camel-soap/pom.xml (original)
+++ camel/trunk/components/camel-soap/pom.xml Thu Jan  6 10:06:50 2011
@@ -32,6 +32,7 @@
     <description>Camel SOAP support</description>
 
     <properties>
+        <camel.osgi.import.before.defaults>javax.xml.ws;version="[0.0,3)"</camel.osgi.import.before.defaults>
         <camel.osgi.export.pkg>org.apache.camel.dataformat.soap.*, org.xmlsoap.schemas.soap.envelope.*</camel.osgi.export.pkg>
     </properties>