You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by dk...@apache.org on 2010/07/15 19:34:23 UTC

svn commit: r964502 - /servicemix/components/bindings/servicemix-http/trunk/pom.xml

Author: dkulp
Date: Thu Jul 15 17:34:23 2010
New Revision: 964502

URL: http://svn.apache.org/viewvc?rev=964502&view=rev
Log:
Set version range for spring

Modified:
    servicemix/components/bindings/servicemix-http/trunk/pom.xml

Modified: servicemix/components/bindings/servicemix-http/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-http/trunk/pom.xml?rev=964502&r1=964501&r2=964502&view=diff
==============================================================================
--- servicemix/components/bindings/servicemix-http/trunk/pom.xml (original)
+++ servicemix/components/bindings/servicemix-http/trunk/pom.xml Thu Jul 15 17:34:23 2010
@@ -60,8 +60,7 @@
         org.apache.xbean.spring.context.v2,
         org.mortbay.jetty.client*;resolution:=optional;version="[6.1.0,6.2.0)",
         org.mortbay*;version="[6.1.0,6.2.0)",
-        org.springframework.beans.factory.xml,
-        org.springframework.web*;resolution:=optional,
+        org.springframework*;resolution:=optional;version="[2.5,4),
         sun.misc;resolution:=optional,
         *
     </servicemix.osgi.import>