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>