[MNG-4903] Update to Wagon 1.0-beta-7

o Excluded superfluous dependency on commons-logging which was accidently introduced by WAGON-60

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1037706 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2010-11-22 13:13:51 +00:00
parent c00f454a9b
commit 2c74959bba
1 changed files with 6 additions and 0 deletions

View File

@ -270,6 +270,12 @@
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-http-lightweight</artifactId>
<version>${wagonVersion}</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Repository -->
<dependency>