summaryrefslogtreecommitdiffstats
path: root/tenant-cd-api/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tenant-cd-api/pom.xml')
-rw-r--r--tenant-cd-api/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tenant-cd-api/pom.xml b/tenant-cd-api/pom.xml
index 5ac52748152..60d862a8844 100644
--- a/tenant-cd-api/pom.xml
+++ b/tenant-cd-api/pom.xml
@@ -58,6 +58,12 @@
<version>${hosted-tenant-base-junit-version}</version>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>vespa-feed-client-api</artifactId>
+ <version>${project.version}</version>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
<build>