summaryrefslogtreecommitdiffstats
path: root/vespa-athenz/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-05-04 15:43:23 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2018-05-04 15:43:23 +0200
commit6ceb8c6a1695e715dc004c2ad055d123dcdf1522 (patch)
tree0e7bf1cb11a4c3b7b7294c6fc199ed70147ec9d2 /vespa-athenz/pom.xml
parent95e2b9d9a1cd0f81e1d1ed067af273d43d9161ec (diff)
Add identity document client + domain types for signed identity document
Diffstat (limited to 'vespa-athenz/pom.xml')
-rw-r--r--vespa-athenz/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/vespa-athenz/pom.xml b/vespa-athenz/pom.xml
index 835c9bb178c..731553bc749 100644
--- a/vespa-athenz/pom.xml
+++ b/vespa-athenz/pom.xml
@@ -110,6 +110,18 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpcore</artifactId>
+ <version>4.4.1</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>4.5</version>
+ <scope>compile</scope>
+ </dependency>
</dependencies>