You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by dk...@apache.org on 2010/07/30 17:21:27 UTC

svn commit: r980824 - /servicemix/components/shared-libraries/trunk/servicemix-soap/pom.xml

Author: dkulp
Date: Fri Jul 30 15:21:14 2010
New Revision: 980824

URL: http://svn.apache.org/viewvc?rev=980824&view=rev
Log:
Make sure the namespace factory classes can be found and imported

Modified:
    servicemix/components/shared-libraries/trunk/servicemix-soap/pom.xml

Modified: servicemix/components/shared-libraries/trunk/servicemix-soap/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/shared-libraries/trunk/servicemix-soap/pom.xml?rev=980824&r1=980823&r2=980824&view=diff
==============================================================================
--- servicemix/components/shared-libraries/trunk/servicemix-soap/pom.xml (original)
+++ servicemix/components/shared-libraries/trunk/servicemix-soap/pom.xml Fri Jul 30 15:21:14 2010
@@ -34,6 +34,8 @@
   <properties>
     <servicemix.osgi.import>
         org.apache.ws.security*;resolution:=optional,
+        org.springframework.beans.factory.xml;resolution:=optional;version="[2.5,4)",
+        org.springframework.beans.factory;resolution:=optional;version="[2.5,4)",
         org.springframework*;resolution:=optional;version="[2.5,4)",
         *
     </servicemix.osgi.import>