summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/host-http/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-12-08 23:45:41 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-12-08 23:45:41 +0000
commitd79e7177ddcd6a56635aeaaa717b21c980da29b1 (patch)
treeb40af95580a2fb724879214fcbdd0366e3f09588 /sca-java-2.x/trunk/modules/host-http/pom.xml
parent7be190f3fcec1a51dc84a685cfaf5bb0e40fbaf2 (diff)
Explicitly set the httpcore version
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043776 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/modules/host-http/pom.xml6
1 files changed, 6 insertions, 0 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 63ea0345f5..0204cad136 100644
--- a/sca-java-2.x/trunk/modules/host-http/pom.xml
+++ b/sca-java-2.x/trunk/modules/host-http/pom.xml
@@ -48,6 +48,12 @@
<version>4.0.3</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpcore</artifactId>
+ <version>4.0.1</version>
+ </dependency>
+
</dependencies>
</project>