Author: jbonofre
Date: Tue Nov 10 19:56:14 2009
New Revision: 834633
URL: http://svn.apache.org/viewvc?rev=834633&view=rev
Log:
[SMX4-333] Create an OSGi bundle for XML-Security 1.4.3 without optional
imports.
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=834633&r1=834632&r2=834633&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/xmlsec-1.4.3/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/xmlsec-1.4.3/pom.xml Tue Nov 10 19:56:14 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*;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)",
+ org.apache.xml.dtm*;version="[2.7,3)",
+ org.apache.xml.utils*;version="[2.7,3)",
+ org.apache.xpath*;version="[2.7,3)",
*
</servicemix.osgi.import.pkg>
</properties>