diff options
author | Olivier Lamy <olamy@apache.org> | 2011-08-23 13:55:11 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-08-23 13:55:11 +0000 |
commit | 95e2f5b63692cea6c70e29bce3437849f6a11f35 (patch) | |
tree | 48c53a000b4d60c3112def7dd1e5ab704ae2ebe6 /pom.xml | |
parent | 97f001e967184eb422c44b64f480a40694f46864 (diff) | |
download | archiva-95e2f5b63692cea6c70e29bce3437849f6a11f35.tar.gz archiva-95e2f5b63692cea6c70e29bce3437849f6a11f35.zip |
[MRM-1503] use wagon-http instead of wagon-http-lightweight (as it change proxy network system properties)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1160694 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -996,12 +996,12 @@ </dependency> <dependency> <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-http-lightweight</artifactId> + <artifactId>wagon-http</artifactId> <version>${wagon.version}</version> <exclusions> <exclusion> - <groupId>nekohtml</groupId> - <artifactId>xercesMinimal</artifactId> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> </exclusion> </exclusions> </dependency> @@ -1331,6 +1331,7 @@ <exclude>org.codehaus.plexus.registry:plexus-registry-api</exclude> <exclude>org.codehaus.plexus.registry:plexus-registry-commons</exclude> <exclude>>org.codehaus.plexus:plexus-taskqueue</exclude> + <exclude>org.apache.maven.wagon:wagon-http-lightweight</exclude> </excludes> </bannedDependencies> </rules> |