Author: ffang
Date: Fri Aug 17 08:47:29 2012
New Revision: 1374175

URL: http://svn.apache.org/viewvc?rev=1374175&view=rev
Log:
[SMXCOMP-939]correct jetty version range

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

Modified: servicemix/components/trunk/bindings/servicemix-http/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-http/pom.xml?rev=1374175&r1=1374174&r2=1374175&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-http/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-http/pom.xml Fri Aug 17 
08:47:29 2012
@@ -52,9 +52,8 @@
             org.apache.servicemix.nmr.api.security,
             org.apache.woden*;resolution:=optional,
             org.apache.xbean.spring.context.v2,
-            
org.eclipse.jetty.client*;resolution:=optional;version="[8.1.0,8.2.0)",
-            org.eclipse*;version="[8.1.0,8.2.0)",
-            org.eclipse.jetty.bio;resolution:=optional;version="[8.1.0,8.2.0)",
+            org.eclipse.jetty.client*;resolution:=optional;version="[7.2,8.2)",
+            org.eclipse.jetty.bio;resolution:=optional;version="[7.2,8.2)",
             org.springframework*;resolution:=optional;version="[3.0,)",
             sun.misc;resolution:=optional,
             *


Reply via email to