aboutsummaryrefslogtreecommitdiffstats
path: root/tenant-base
diff options
context:
space:
mode:
authorMorten Tokle <mortent@verizonmedia.com>2020-06-08 09:12:09 +0200
committerMorten Tokle <mortent@verizonmedia.com>2020-06-15 12:34:45 +0200
commit5a5221dd531c1a927685a5d18f2fb9eb3e2a474c (patch)
tree8b80676ee855284654f81529fd4c77ad65204a32 /tenant-base
parentf23863f6f7698d4fc34392c59977447988a86754 (diff)
Split cd test module in implementation and api modules
Diffstat (limited to 'tenant-base')
-rw-r--r--tenant-base/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tenant-base/pom.xml b/tenant-base/pom.xml
index a3fac22a93d..651432a0b63 100644
--- a/tenant-base/pom.xml
+++ b/tenant-base/pom.xml
@@ -111,6 +111,12 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>tenant-cd-impl</artifactId>
+ <version>${test-framework.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<profiles>