summaryrefslogtreecommitdiffstats
path: root/tenant-base
diff options
context:
space:
mode:
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>