[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
This commit is contained in:
Olivier Lamy 2011-09-19 08:37:25 +00:00
parent 864e18d531
commit af7dffd4b6
3 changed files with 12 additions and 4 deletions

View File

@ -58,7 +58,14 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.maven.wagon</groupId> <groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-http-lightweight</artifactId> <artifactId>wagon-http</artifactId>
<classifier>shaded</classifier>
<exclusions>
<exclusion>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-http-shared4</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.maven.wagon</groupId> <groupId>org.apache.maven.wagon</groupId>

View File

@ -394,7 +394,7 @@ under the License.
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.maven.wagon</groupId> <groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-http-lightweight</artifactId> <artifactId>wagon-http</artifactId>
<version>${wagonVersion}</version> <version>${wagonVersion}</version>
</dependency> </dependency>
<dependency> <dependency>

View File

@ -45,7 +45,7 @@
<plexusInterpolationVersion>1.14</plexusInterpolationVersion> <plexusInterpolationVersion>1.14</plexusInterpolationVersion>
<plexusUtilsVersion>2.0.6</plexusUtilsVersion> <plexusUtilsVersion>2.0.6</plexusUtilsVersion>
<sisuInjectVersion>2.1.1</sisuInjectVersion> <sisuInjectVersion>2.1.1</sisuInjectVersion>
<wagonVersion>1.0</wagonVersion> <wagonVersion>2.0-SNAPSHOT</wagonVersion>
<securityDispatcherVersion>1.3</securityDispatcherVersion> <securityDispatcherVersion>1.3</securityDispatcherVersion>
<cipherVersion>1.7</cipherVersion> <cipherVersion>1.7</cipherVersion>
<modelloVersion>1.4.1</modelloVersion> <modelloVersion>1.4.1</modelloVersion>
@ -283,8 +283,9 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.maven.wagon</groupId> <groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-http-lightweight</artifactId> <artifactId>wagon-http</artifactId>
<version>${wagonVersion}</version> <version>${wagonVersion}</version>
<classifier>shaded</classifier>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>commons-logging</groupId> <groupId>commons-logging</groupId>