summaryrefslogtreecommitdiffstats
path: root/container-disc
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-11-19 15:12:53 +0100
committergjoranv <gv@oath.com>2019-01-21 15:09:27 +0100
commitc952b69610be378def7ae4c415d6f50c47eabf46 (patch)
tree94ceada0ae625985e4371d5d326001887007a0cf /container-disc
parent94b60e62b6b4876bf1aa7f8abc27e0387163f306 (diff)
Do not provide apache httpclient and httpcore.
Diffstat (limited to 'container-disc')
-rw-r--r--container-disc/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-disc/pom.xml b/container-disc/pom.xml
index 23de9bc3643..e4939fe81f3 100644
--- a/container-disc/pom.xml
+++ b/container-disc/pom.xml
@@ -139,9 +139,9 @@
<!-- 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>
- <scope>compile</scope>
</dependency>
</dependencies>
<build>