diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2011-09-02 16:17:56 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2011-09-02 16:17:56 +0000 |
commit | 8dddab593539a95331a32f4c43c103d5614fca67 (patch) | |
tree | d9848fd8fabf2670da39e96864116aafb1028bd2 /sca-java-2.x/trunk/modules | |
parent | 1a4a06acfa3adbbf8971a008e619972e75017360 (diff) |
Update to the latest version of http client/core
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1164608 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules')
-rw-r--r-- | sca-java-2.x/trunk/modules/binding-atom-runtime/pom.xml | 4 | ||||
-rw-r--r-- | sca-java-2.x/trunk/modules/binding-jsonrpc-runtime/pom.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-atom-runtime/pom.xml b/sca-java-2.x/trunk/modules/binding-atom-runtime/pom.xml index e11a3bdce2..4d354c9250 100644 --- a/sca-java-2.x/trunk/modules/binding-atom-runtime/pom.xml +++ b/sca-java-2.x/trunk/modules/binding-atom-runtime/pom.xml @@ -93,13 +93,13 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.0.3</version> + <version>4.1.2</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> - <version>4.0.1</version> + <version>4.1.3</version> </dependency> <dependency> diff --git a/sca-java-2.x/trunk/modules/binding-jsonrpc-runtime/pom.xml b/sca-java-2.x/trunk/modules/binding-jsonrpc-runtime/pom.xml index 579f7aa822..2b9c2fd0cc 100644 --- a/sca-java-2.x/trunk/modules/binding-jsonrpc-runtime/pom.xml +++ b/sca-java-2.x/trunk/modules/binding-jsonrpc-runtime/pom.xml @@ -81,13 +81,13 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.0.3</version> + <version>4.1.2</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> - <version>4.0.1</version> + <version>4.1.3</version> </dependency> <dependency> |