summaryrefslogtreecommitdiffstats
path: root/container-disc/pom.xml
diff options
context:
space:
mode:
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).