mirror of
https://github.com/apache/maven.git
synced 2025-02-06 10:09:04 +00:00
[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:
parent
c00f454a9b
commit
2c74959bba
6
pom.xml
6
pom.xml
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user