aboutsummaryrefslogtreecommitdiffstats
path: root/container-disc/pom.xml
diff options
context:
space:
mode:
authorMorten Tokle <mortent@oath.com>2018-02-14 13:58:42 +0100
committerMorten Tokle <mortent@oath.com>2018-02-16 11:05:31 +0100
commit64cdae5c6566df0460d1127a308c73f21bcbe135 (patch)
treee1b349d353accd0db3aebc51e0e441844d6d8cae /container-disc/pom.xml
parent93d6928d040c17deda2d075e01b6686b2c15fe33 (diff)
Use AthenzSslContextBuilder to build ssl context
Diffstat (limited to 'container-disc/pom.xml')
-rw-r--r--container-disc/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/container-disc/pom.xml b/container-disc/pom.xml
index 38b4bfc2ff5..f970de0b328 100644
--- a/container-disc/pom.xml
+++ b/container-disc/pom.xml
@@ -106,6 +106,12 @@
<artifactId>vespalog</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>vespa-athenz</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
<!-- WARNING: These are only here to make bundlification work -->
<dependency>
<groupId>com.yahoo.vespa</groupId>