aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-athenz
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 /vespa-athenz
parent94b60e62b6b4876bf1aa7f8abc27e0387163f306 (diff)
Do not provide apache httpclient and httpcore.
Diffstat (limited to 'vespa-athenz')
-rw-r--r--vespa-athenz/pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/vespa-athenz/pom.xml b/vespa-athenz/pom.xml
index 59af12b161c..27b68fbf360 100644
--- a/vespa-athenz/pom.xml
+++ b/vespa-athenz/pom.xml
@@ -109,12 +109,10 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
- <scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <scope>compile</scope>
</dependency>
</dependencies>