summaryrefslogtreecommitdiffstats
path: root/container-disc/pom.xml
diff options
context:
space:
mode:
authorMorten Tokle <mortent@oath.com>2017-10-20 11:06:26 +0200
committerMorten Tokle <mortent@oath.com>2017-10-20 11:13:01 +0200
commitce5b8db39f64101d7ac9fae2847f3db614f14638 (patch)
tree215f43b5d6c5c5ed3a9fc0b6d9a16639a9f90877 /container-disc/pom.xml
parent36476464f1eea5627d8975ea18fd647080dc93f8 (diff)
Add Athenz identity provider and configuration
Diffstat (limited to 'container-disc/pom.xml')
-rw-r--r--container-disc/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/container-disc/pom.xml b/container-disc/pom.xml
index 44afe74459d..5409d9b1a40 100644
--- a/container-disc/pom.xml
+++ b/container-disc/pom.xml
@@ -130,6 +130,17 @@
<scope>provided</scope>
</dependency>
<!-- end WARNING -->
+ <!-- Athenz -->
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.athenz</groupId>
+ <artifactId>athenz-auth-core</artifactId>
+ <version>${athenz.version}</version>
+ </dependency>
</dependencies>
<properties>
<!-- These versions must be the ones used by the current jersey version (see vespa_jersey2/target/dependency).