summaryrefslogtreecommitdiffstats
path: root/jrt/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-08 12:40:47 +0200
commitd78249270d0102bec176b66943e52ab06e82c3da (patch)
tree45b743688ed7a3a99c9049ae3b0f0dbbeac8c3f1 /jrt/pom.xml
parent34fdd0de9b5a8e06d74fc919434ee0d0dd77a14f (diff)
Remove VespaHttpClientBuilder from security-utils
Diffstat (limited to 'jrt/pom.xml')
-rw-r--r--jrt/pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/jrt/pom.xml b/jrt/pom.xml
index e9383654e30..5208c0417cc 100644
--- a/jrt/pom.xml
+++ b/jrt/pom.xml
@@ -34,16 +34,6 @@
<artifactId>security-utils</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
- <exclusions>
- <exclusion> <!-- not needed -->
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- </exclusion>
- <exclusion> <!-- not needed -->
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpcore</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency> <!-- required due to bug in maven dependency resolving - bouncycastle is compile scope in security-utils, yet it is not part of test scope here -->
<groupId>org.bouncycastle</groupId>