summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-jsonrpc-runtime
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2012-03-03 05:09:09 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2012-03-03 05:09:09 +0000
commit31c081ecc205c394e109b0b405bcd1230eb29ebf (patch)
treea93b4c40ff3e024182a90787d6bd8c3ff18763d4 /sca-java-2.x/trunk/modules/binding-jsonrpc-runtime
parent32e6f7db1850f3b2d2d686c9f150a184b57c1687 (diff)
Make sure httpcore version to be 4.1.4 (as depended by httpclient 4.1.3)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1296575 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/binding-jsonrpc-runtime')
-rw-r--r--sca-java-2.x/trunk/modules/binding-jsonrpc-runtime/pom.xml6
1 files changed, 0 insertions, 6 deletions
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 6c11bc53a4..42b39e3a72 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
@@ -85,12 +85,6 @@
</dependency>
<dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpcore</artifactId>
- <version>4.1.3</version>
- </dependency>
-
- <dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
<version>2.0-SNAPSHOT</version>