summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/host-http
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2011-09-02 16:17:45 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2011-09-02 16:17:45 +0000
commite6dfa9b94979c4c62542cb1680363e5c465ff46d (patch)
tree7c945cb48b3745636a61c320aea30ee337460fb4 /sca-java-2.x/trunk/modules/host-http
parented1440d4265412db68f41f07e570511a56947081 (diff)
Upgrade to http client/core to 4.1.x
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1164606 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/host-http')
-rw-r--r--sca-java-2.x/trunk/modules/host-http/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/modules/host-http/pom.xml b/sca-java-2.x/trunk/modules/host-http/pom.xml
index 6fb8bc4c9a..ef628ae6f6 100644
--- a/sca-java-2.x/trunk/modules/host-http/pom.xml
+++ b/sca-java-2.x/trunk/modules/host-http/pom.xml
@@ -46,14 +46,14 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <version>4.0.3</version>
+ <version>4.1.2</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
- <version>4.0.1</version>
+ <version>4.1.3</version>
<optional>true</optional>
</dependency>