You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2009/11/11 11:17:14 UTC

svn commit: r834831 - /servicemix/smx4/bundles/trunk/xmlsec-1.4.3/pom.xml

Author: jbonofre
Date: Wed Nov 11 10:17:13 2009
New Revision: 834831

URL: http://svn.apache.org/viewvc?rev=834831&view=rev
Log:
Revert optional import.

Modified:
    servicemix/smx4/bundles/trunk/xmlsec-1.4.3/pom.xml

Modified: servicemix/smx4/bundles/trunk/xmlsec-1.4.3/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/xmlsec-1.4.3/pom.xml?rev=834831&r1=834830&r2=834831&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/xmlsec-1.4.3/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/xmlsec-1.4.3/pom.xml Wed Nov 11 10:17:13 2009
@@ -47,9 +47,9 @@
         <servicemix.osgi.import.pkg>
             !org.apache.xml.security*,
             org.apache.commons.logging;version="[1.1,2)",
-            org.apache.xml.dtm*;version="[2.7,3)",
-            org.apache.xml.utils*;version="[2.7,3)",
-            org.apache.xpath*;version="[2.7,3)",
+            org.apache.xml.dtm*;resolution:=optional;version="[2.7,3)",
+            org.apache.xml.utils*;resolution:=optional;version="[2.7,3)",
+            org.apache.xpath*;resolution:=optional;version="[2.7,3)",
             *
         </servicemix.osgi.import.pkg>
     </properties>