summaryrefslogtreecommitdiffstats
path: root/jrt/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2019-04-04 20:35:51 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2019-04-04 20:35:51 +0200
commite1f47a9c7699bc2bc897f1167b9f2bfb9a32c36c (patch)
tree01fe8395fdb29a9e12851cadccfb48f930ecf316 /jrt/pom.xml
parente081ec72d214c7a3322c8ecd62937af5ca49e1e1 (diff)
Exclude http libraries from security-utils
Diffstat (limited to 'jrt/pom.xml')
-rw-r--r--jrt/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/jrt/pom.xml b/jrt/pom.xml
index 5208c0417cc..e9383654e30 100644
--- a/jrt/pom.xml
+++ b/jrt/pom.xml
@@ -34,6 +34,16 @@
<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>