summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-04-24 18:17:17 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-04-24 18:26:36 +0200
commit9e0d7b273fd0cd717bb18aa00e6e9a64ef9bbd7b (patch)
tree04ada46037d2eced41afa5a869d156bef8fb137e /jdisc_http_service/pom.xml
parent133b9554c589e9bede4ec351b08e4b17e59650d7 (diff)
Remove HttpClient from jdisc_http_service
The unit tests for HttpClient have been disabled for 3 years, and multiple tests were failing after enabling them. I could not find any use of HttpClient in Vespa. The com.yahoo.jdisc.http.client was not marked as public API.
Diffstat (limited to 'jdisc_http_service/pom.xml')
-rw-r--r--jdisc_http_service/pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/jdisc_http_service/pom.xml b/jdisc_http_service/pom.xml
index b58f72c0cc6..3ab541f2434 100644
--- a/jdisc_http_service/pom.xml
+++ b/jdisc_http_service/pom.xml
@@ -22,16 +22,6 @@
<classifier>no_aop</classifier>
</dependency>
<dependency>
- <groupId>com.ning</groupId>
- <artifactId>async-http-client</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
</dependency>