summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-09-21 13:13:37 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-09-21 13:13:37 +0000
commita51dadea1a6c28a0b4e1fceafbee00c835320399 (patch)
tree921976c05ee2bae83f89e97e2de05a3a71880f8c
parent2f8f97099f90ec1cfb5c0f46c3b94793efc439cc (diff)
correct dependency version to match host-http
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173613 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/modules/binding-jsonp-runtime/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-jsonp-runtime/pom.xml b/sca-java-2.x/trunk/modules/binding-jsonp-runtime/pom.xml
index 6eb93add56..766bbaaaae 100644
--- a/sca-java-2.x/trunk/modules/binding-jsonp-runtime/pom.xml
+++ b/sca-java-2.x/trunk/modules/binding-jsonp-runtime/pom.xml
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <version>4.0.3</version>
+ <version>4.1.2</version>
</dependency>
<dependency>