aboutsummaryrefslogtreecommitdiffstats
path: root/security-utils/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 /security-utils/pom.xml
parent759eb69f16a04488d8661b24087d7da8a7cccd91 (diff)
Revert "Bjorncs/http utils"
Diffstat (limited to 'security-utils/pom.xml')
-rw-r--r--security-utils/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/security-utils/pom.xml b/security-utils/pom.xml
index 10dec598915..f7704762250 100644
--- a/security-utils/pom.xml
+++ b/security-utils/pom.xml
@@ -31,6 +31,16 @@
<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>