summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2011-09-30 13:36:56 +0000
committerOlivier Lamy <olamy@apache.org>2011-09-30 13:36:56 +0000
commite42e26c8e11f682494aaa9a42a79813c9fc3934b (patch)
treeaa0cf44bf6b88c6dd3723eac50f97c58c1e1f301 /pom.xml
parent7d285b2179cce87c467ef34385cf3cada04eafc2 (diff)
downloadarchiva-e42e26c8e11f682494aaa9a42a79813c9fc3934b.tar.gz
archiva-e42e26c8e11f682494aaa9a42a79813c9fc3934b.zip
[MRM-1526] configure http connection pool values for wagon http.
add basic services. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1177654 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 9a8b9cf02..0f18f5086 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1057,6 +1057,17 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>4.1.2</version>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-provider-api</artifactId>
<version>${wagon.version}</version>