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

svn commit: r755917 - /servicemix/smx4/bundles/trunk/dom4j-1.6/pom.xml

Author: gnodet
Date: Thu Mar 19 10:56:07 2009
New Revision: 755917

URL: http://svn.apache.org/viewvc?rev=755917&view=rev
Log:
SMX4-254: The bundle dom4j has a dependency to org.xmlpull.v1 which is not covered by existing bundles/specifications

Modified:
    servicemix/smx4/bundles/trunk/dom4j-1.6/pom.xml

Modified: servicemix/smx4/bundles/trunk/dom4j-1.6/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/dom4j-1.6/pom.xml?rev=755917&r1=755916&r2=755917&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/dom4j-1.6/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/dom4j-1.6/pom.xml Thu Mar 19 10:56:07 2009
@@ -51,6 +51,8 @@
             org.jaxen.pattern;resolution:=optional,
             org.jaxen.saxpath;resolution:=optional,
             org.relaxng.datatype;resolution:=optional,
+            org.relaxng.datatype;resolution:=optional,
+            org.xmlpull.v1;resolution:=optional,
             *
         </servicemix.osgi.import.pkg>
     </properties>