aboutsummaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-11-20 11:25:56 +0100
committergjoranv <gv@oath.com>2019-01-21 15:09:27 +0100
commit5f8657274d6493d2d52dd0bdc71d916b69150f90 (patch)
treec35f9b538ca29458a72994bdf3aa1435d59414e6 /container-dev
parent07ea1bb4cdbf7037b8465b1dec77174cc0e02a59 (diff)
Remove httpclient dependency.
- Should probably have been cleaned up when code was moved to vespa-athenz.
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index cf2fda3637f..be3f8ae432d 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -100,11 +100,6 @@
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</exclusion>
- <exclusion>
- <!-- TODO Vespa 7: Verify if necessary -->
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- </exclusion>
</exclusions>
</dependency>
<dependency>