summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-rest-runtime/pom.xml
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-rest-runtime/pom.xml
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-rest-runtime/pom.xml')
-rw-r--r--sca-java-2.x/trunk/modules/binding-rest-runtime/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-rest-runtime/pom.xml b/sca-java-2.x/trunk/modules/binding-rest-runtime/pom.xml
index c61e8e8876..e4f5c5762b 100644
--- a/sca-java-2.x/trunk/modules/binding-rest-runtime/pom.xml
+++ b/sca-java-2.x/trunk/modules/binding-rest-runtime/pom.xml
@@ -188,12 +188,6 @@
</dependency>
<dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpcore</artifactId>
- <version>4.1.3</version>
- </dependency>
-
- <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.6.1</version>