Author: ffang
Date: Wed May 22 15:18:33 2013
New Revision: 1485246

URL: http://svn.apache.org/r1485246
Log:
[SMX4-1470]The dependency from opensaml to xmlsec should not be optional

Modified:
    servicemix/smx4/bundles/trunk/opensaml-2.4.1/pom.xml

Modified: servicemix/smx4/bundles/trunk/opensaml-2.4.1/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/opensaml-2.4.1/pom.xml?rev=1485246&r1=1485245&r2=1485246&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/opensaml-2.4.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/opensaml-2.4.1/pom.xml Wed May 22 15:18:33 
2013
@@ -64,7 +64,7 @@
             
org.apache.commons.httpclient*;version="[4,5)";resolution:=optional,
             org.apache.commons.ssl;resolution:=optional,
             org.apache.velocity*;resolution:=optional,
-            org.apache.xml.security*;resolution:=optional,
+            org.apache.xml.security*,
             org.bouncycastle*;resolution:=optional,
             org.joda.time*;version="[1.5,2.0)",
             org.slf4j;resolution:=optional,


Reply via email to