You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2009/10/20 10:34:53 UTC

svn commit: r826999 - /servicemix/smx4/bundles/trunk/xstream-1.3/pom.xml

Author: gertv
Date: Tue Oct 20 08:34:53 2009
New Revision: 826999

URL: http://svn.apache.org/viewvc?rev=826999&view=rev
Log:
SMX4-388: org.xmlpull is not optional for xstream

Modified:
    servicemix/smx4/bundles/trunk/xstream-1.3/pom.xml

Modified: servicemix/smx4/bundles/trunk/xstream-1.3/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/xstream-1.3/pom.xml?rev=826999&r1=826998&r2=826999&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/xstream-1.3/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/xstream-1.3/pom.xml Tue Oct 20 08:34:53 2009
@@ -53,7 +53,7 @@
             org.dom4j*;resolution:=optional;version="[1.6.1,2)",
             org.jdom*;resolution:=optional;version="[1,2)",
             org.joda.time*;resolution:=optional;version="[0.9,1)",
-            org.xmlpull*;resolution:=optional;version="[1.1.3,2)",
+            org.xmlpull*;version="[1.1.3,2)",
             *
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.failok>true</servicemix.osgi.failok>