aboutsummaryrefslogtreecommitdiffstats
path: root/container-disc
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-disc
parent07ea1bb4cdbf7037b8465b1dec77174cc0e02a59 (diff)
Remove httpclient dependency.
- Should probably have been cleaned up when code was moved to vespa-athenz.
Diffstat (limited to 'container-disc')
-rw-r--r--container-disc/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/container-disc/pom.xml b/container-disc/pom.xml
index e4939fe81f3..1af9c69318a 100644
--- a/container-disc/pom.xml
+++ b/container-disc/pom.xml
@@ -137,12 +137,6 @@
<scope>provided</scope>
</dependency>
<!-- end WARNING -->
- <!-- Athenz -->
- <dependency>
- <!-- TODO Vespa 7: verify if necessary. Possibly due to code now moved to vespa-athenz -->
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- </dependency>
</dependencies>
<build>
<plugins>