summaryrefslogtreecommitdiffstats
path: root/tenant-cd-api/pom.xml
diff options
context:
space:
mode:
authorMorten Tokle <mortent@verizonmedia.com>2021-12-14 12:31:32 +0100
committerMorten Tokle <mortent@verizonmedia.com>2021-12-14 12:31:32 +0100
commit3831b0715c0209a0d1db5378c76e097020221852 (patch)
treeb107516ec9637bb3e6c17deea5d8978c2fe3348b /tenant-cd-api/pom.xml
parent59ae4058e6107f276bdb22bcd018f36927d9da4a (diff)
Fix scopes for test bundle
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>