diff options
author | James William Dumay <jdumay@apache.org> | 2008-07-02 01:28:43 +0000 |
---|---|---|
committer | James William Dumay <jdumay@apache.org> | 2008-07-02 01:28:43 +0000 |
commit | 9f3eadd519895f0cda08585e2b64fe4fb32570e2 (patch) | |
tree | 4fefd513361cb22a3ca2b05145e1d5d7faf831ae /pom.xml | |
parent | b4077906645e47370f8b13c8453bcdb34001a15a (diff) | |
download | archiva-9f3eadd519895f0cda08585e2b64fe4fb32570e2.tar.gz archiva-9f3eadd519895f0cda08585e2b64fe4fb32570e2.zip |
MRM-840 - Wagon HTTP deadlocks under high load
* Reverted back to using wagon-http-lightweight from commons-http based wagon-http
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@673257 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -541,12 +541,6 @@ <groupId>org.apache.maven.shared</groupId> <artifactId>maven-app-configuration-web</artifactId> <version>1.0</version> - <exclusions> - <exclusion> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-http-lightweight</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> @@ -855,7 +849,7 @@ </dependency> <dependency> <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-http</artifactId> + <artifactId>wagon-http-lightweight</artifactId> <version>${wagon.version}</version> </dependency> <dependency> |