aboutsummaryrefslogtreecommitdiffstats
path: root/container-dev
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-dev
parent94b60e62b6b4876bf1aa7f8abc27e0387163f306 (diff)
Do not provide apache httpclient and httpcore.
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 833b299ce71..cf2fda3637f 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -101,6 +101,7 @@
<artifactId>commons-lang</artifactId>
</exclusion>
<exclusion>
+ <!-- TODO Vespa 7: Verify if necessary -->
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>