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 2011/07/29 14:13:24 UTC

svn commit: r1152182 - /servicemix/smx4/bundles/trunk/xmlsec-1.4.4/pom.xml

Author: jbonofre
Date: Fri Jul 29 12:13:24 2011
New Revision: 1152182

URL: http://svn.apache.org/viewvc?rev=1152182&view=rev
Log:
Set the commons-logging as optional in xmlsec bundle.

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

Modified: servicemix/smx4/bundles/trunk/xmlsec-1.4.4/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/xmlsec-1.4.4/pom.xml?rev=1152182&r1=1152181&r2=1152182&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/xmlsec-1.4.4/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/xmlsec-1.4.4/pom.xml Fri Jul 29 12:13:24 2011
@@ -45,7 +45,7 @@
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
             !org.apache.xml.security*,
-            org.apache.commons.logging;version="[1.1,2)",
+            org.apache.commons.logging;resolution:=optional;version="[1.1,2)",
             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)",