aboutsummaryrefslogtreecommitdiffstats
path: root/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 /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 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 068dfb3cafb..8f0a24ae066 100644
--- a/pom.xml
+++ b/pom.xml
@@ -660,11 +660,6 @@
<version>1.4</version>
</dependency>
<dependency>
- <groupId>com.ning</groupId>
- <artifactId>async-http-client</artifactId>
- <version>1.8.17</version>
- </dependency>
- <dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.3.1</version>