summaryrefslogtreecommitdiffstats
path: root/jrt/pom.xml
diff options
context:
space:
mode:
authorHÃ¥kon Hallingstad <hakon@verizonmedia.com>2019-04-08 11:23:51 +0200
committerGitHub <noreply@github.com>2019-04-08 11:23:51 +0200
commite26fe5c363a5eea163635ff59352ba9cde2a855e (patch)
treef232c3e29701395c65cf9af0b691b823bd3c0bbf /jrt/pom.xml
parent759eb69f16a04488d8661b24087d7da8a7cccd91 (diff)
Revert "Bjorncs/http 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>