summaryrefslogtreecommitdiffstats
path: root/tenant-cd/pom.xml
diff options
context:
space:
mode:
authorJon Marius Venstad <jvenstad@yahoo-inc.com>2019-04-15 14:53:15 +0200
committerJon Marius Venstad <jvenstad@yahoo-inc.com>2019-06-06 13:03:27 +0200
commit5e326ad275e3f45ebae1e137271f63cb3bdaabe9 (patch)
tree980ff8021c0b7fd2f2aa09b3f661d03329e2490c /tenant-cd/pom.xml
parentdf757401715013727123f58f3b9e1aac6dae7f87 (diff)
Initial dump
Diffstat (limited to 'tenant-cd/pom.xml')
-rw-r--r--tenant-cd/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tenant-cd/pom.xml b/tenant-cd/pom.xml
index 8907e56762c..99350c332c2 100644
--- a/tenant-cd/pom.xml
+++ b/tenant-cd/pom.xml
@@ -20,6 +20,12 @@
<dependencies>
<dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>vespajlib</artifactId>
+ <version>7-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>