aboutsummaryrefslogtreecommitdiffstats
path: root/security-utils/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2019-04-05 15:15:07 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2019-04-05 15:44:47 +0200
commit09246b99a15117f682f542633d44f88832b29ee9 (patch)
tree41e97ac147adc8916a46600dea5b9669644c0633 /security-utils/pom.xml
parentc6c059fe29ccbd3d711b2b4b067e1f739302e6cb (diff)
Remove VespaHttpClientBuilder from security-utils
Diffstat (limited to 'security-utils/pom.xml')
-rw-r--r--security-utils/pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/security-utils/pom.xml b/security-utils/pom.xml
index f7704762250..10dec598915 100644
--- a/security-utils/pom.xml
+++ b/security-utils/pom.xml
@@ -31,16 +31,6 @@
<artifactId>jackson-databind</artifactId>
<scope>compile</scope>
</dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpcore</artifactId>
- <scope>compile</scope>
- </dependency>
<!-- test scope -->
<dependency>