Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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
  • Loading branch information
bentmann committed Nov 22, 2010
1 parent c00f454 commit 2c74959
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 2c74959

Please sign in to comment.