summaryrefslogtreecommitdiffstats
path: root/node-admin/pom.xml
diff options
context:
space:
mode:
authorValerij Fredriksen <valerijf@oath.com>2018-01-23 09:45:22 +0100
committerValerij Fredriksen <valerijf@oath.com>2018-01-23 09:51:34 +0100
commit522ed8a6a042e6ebae19af7047bce26739b03315 (patch)
treed3535534eadfe25d2737ee87818255401129f85c /node-admin/pom.xml
parent193dcf4fdfdb0501cfe0e7d7198180185db1192f (diff)
Add node-admin hostname verifier
Diffstat (limited to 'node-admin/pom.xml')
-rw-r--r--node-admin/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/node-admin/pom.xml b/node-admin/pom.xml
index 7b3b787b503..a982a192b51 100644
--- a/node-admin/pom.xml
+++ b/node-admin/pom.xml
@@ -86,6 +86,12 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>vespa-athenz</artifactId>
+ <version>${project.version}</version>
+ <scope>compile</scope>
+ </dependency>
<dependency>
<groupId>org.hamcrest</groupId>