Update the http client version to be 4.1.3

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1296543 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
rfeng 2012-03-03 01:07:33 +00:00
parent e5d0edc3a0
commit 32e6f7db18
4 changed files with 4 additions and 4 deletions

View file

@ -1488,7 +1488,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
================================================================================
The slf4j-api-1.6.1.jar and slf4j-jdk14-1.6.1.jar are distributed under the license:
The slf4j-api-1.6.1.jar, slf4j-jdk14-1.6.1.jar, and jcl-over-slf4j-1.6.1.jar are distributed under the license:
Copyright (c) 2004-2008 QOS.ch
All rights reserved.

View file

@ -93,7 +93,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.1.2</version>
<version>4.1.3</version>
</dependency>
<dependency>

View file

@ -51,7 +51,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.1.2</version>
<version>4.1.3</version>
</dependency>
<dependency>

View file

@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.1.2</version>
<version>4.1.3</version>
<optional>true</optional>
</dependency>