aboutsummaryrefslogtreecommitdiffstats
path: root/controller-api/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-01-11 13:33:50 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2018-01-16 13:32:30 +0100
commite0c79b6d0e85d7962ba3fd7a3b0054a72991f88c (patch)
tree2a58d5e33bfa48ebcda1e8bc98f64cde98b1a8f9 /controller-api/pom.xml
parent2f55bdbcdfb09c0a1f031c93cb3152582f2d0f81 (diff)
Move AthenzDomain to vespa-athenz
Diffstat (limited to 'controller-api/pom.xml')
-rw-r--r--controller-api/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/controller-api/pom.xml b/controller-api/pom.xml
index 543ab24999d..53d84b786ae 100644
--- a/controller-api/pom.xml
+++ b/controller-api/pom.xml
@@ -39,6 +39,13 @@
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>vespa-athenz</artifactId>
+ <scope>provided</scope>
+ <version>${project.version}</version>
+ </dependency>
+
<!-- compile -->
<dependency>