From af7dffd4b68270914b9715f950b505f98fa72859 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Mon, 19 Sep 2011 08:37:25 +0000 Subject: [PATCH] [MNG-5175] replace wagon http lightweight with wagon http 2.0 (SNAPSHOT currently) git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1172517 13f79535-47bb-0310-9956-ffa450edef68 --- apache-maven/pom.xml | 9 ++++++++- .../test/resources/org/apache/maven/lifecycle/pom.xml | 2 +- pom.xml | 5 +++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml index 9b8d3276e6..cd0b55733a 100644 --- a/apache-maven/pom.xml +++ b/apache-maven/pom.xml @@ -58,7 +58,14 @@ org.apache.maven.wagon - wagon-http-lightweight + wagon-http + shaded + + + org.apache.maven.wagon + wagon-http-shared4 + + org.apache.maven.wagon diff --git a/maven-core/src/test/resources/org/apache/maven/lifecycle/pom.xml b/maven-core/src/test/resources/org/apache/maven/lifecycle/pom.xml index a01b7cedbd..5a6b9d9534 100644 --- a/maven-core/src/test/resources/org/apache/maven/lifecycle/pom.xml +++ b/maven-core/src/test/resources/org/apache/maven/lifecycle/pom.xml @@ -394,7 +394,7 @@ under the License. org.apache.maven.wagon - wagon-http-lightweight + wagon-http ${wagonVersion} diff --git a/pom.xml b/pom.xml index e003c20440..8a9b256647 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,7 @@ 1.14 2.0.6 2.1.1 - 1.0 + 2.0-SNAPSHOT 1.3 1.7 1.4.1 @@ -283,8 +283,9 @@ org.apache.maven.wagon - wagon-http-lightweight + wagon-http ${wagonVersion} + shaded commons-logging