summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/common-http/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-12-08 23:45:29 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-12-08 23:45:29 +0000
commitad5fdef89966e011f61503244831225c0b9bdb6f (patch)
tree33bf75a188df478ddac1c77690dbc27d50f14b20 /sca-java-2.x/trunk/modules/common-http/pom.xml
parent92af2b263ee06d75adad9256ec9d22cdf751efb9 (diff)
Move HttpClientFactory from common-http to host-http
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043774 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/common-http/pom.xml')
-rw-r--r--sca-java-2.x/trunk/modules/common-http/pom.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/sca-java-2.x/trunk/modules/common-http/pom.xml b/sca-java-2.x/trunk/modules/common-http/pom.xml
index 4cdd7fc98d..72d5493280 100644
--- a/sca-java-2.x/trunk/modules/common-http/pom.xml
+++ b/sca-java-2.x/trunk/modules/common-http/pom.xml
@@ -32,17 +32,11 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
- <version>2.5</version> <!-- to keep compatible with older servlet containers -->
+ <version>2.5</version>
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <version>4.0.3</version>
- </dependency>
-
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>