mirror of https://github.com/apache/archiva.git
upgrade httpclient/core version used
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1245405 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
63964ffef4
commit
42a55d463b
14
pom.xml
14
pom.xml
|
@ -89,7 +89,8 @@
|
|||
<lucene.version>3.0.3</lucene.version>
|
||||
<cxfVersion>2.5.1</cxfVersion>
|
||||
<derbyVersion>10.8.2.2</derbyVersion>
|
||||
<httpclient.version>4.1.2</httpclient.version>
|
||||
<httpclient.version>4.1.3</httpclient.version>
|
||||
<httpclient.core.version>4.1.4</httpclient.core.version>
|
||||
<javaxMailVersion>1.4</javaxMailVersion>
|
||||
<jettyVersion>7.4.5.v20110725</jettyVersion>
|
||||
<!-- restore when we will be able to use a derby in memory database -->
|
||||
|
@ -1136,6 +1137,17 @@
|
|||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcore</artifactId>
|
||||
<version>${httpclient.core.version}</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>
|
||||
|
|
Loading…
Reference in New Issue