From 7a42009f0e4e38e4f2278d57d0865d2c8ee50bfe Mon Sep 17 00:00:00 2001 From: "sharedocs1@gmail.com" Date: Thu, 17 Dec 2009 15:15:26 +0000 Subject: [PATCH] Ensured the core and the httpnio projects use the same version of jetty git-svn-id: http://jclouds.googlecode.com/svn/trunk@2451 3d8758e0-26b5-11de-8745-db77d3ebf521 --- core/pom.xml | 7 +++++-- extensions/httpnio/pom.xml | 3 +-- project/pom.xml | 10 +++++++++- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 1c91cccbf5..ea861eae78 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -94,7 +94,6 @@ org.mortbay.jetty jetty - 7.0.0pre3 test @@ -142,11 +141,15 @@ - + + + + diff --git a/extensions/httpnio/pom.xml b/extensions/httpnio/pom.xml index eb96944576..d867bf4c93 100644 --- a/extensions/httpnio/pom.xml +++ b/extensions/httpnio/pom.xml @@ -43,11 +43,9 @@ - org.mortbay.jetty jetty - 6.1.16 test @@ -56,4 +54,5 @@ 4.1-alpha1 + diff --git a/project/pom.xml b/project/pom.xml index 6bbc0d7374..9d32dc3e42 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -175,6 +175,15 @@ org.jclouds.test.testng.UnitTestStatusListener + + + + org.mortbay.jetty + jetty + 7.0.0pre3 + + + org.testng @@ -192,7 +201,6 @@ - maven-surefire-plugin