summaryrefslogtreecommitdiffstats
path: root/tenant-cd-commons
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-commons
parent59ae4058e6107f276bdb22bcd018f36927d9da4a (diff)
Fix scopes for test bundle
Diffstat (limited to 'tenant-cd-commons')
-rw-r--r--tenant-cd-commons/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tenant-cd-commons/pom.xml b/tenant-cd-commons/pom.xml
index 4c81142aa2d..0ada43bca0b 100644
--- a/tenant-cd-commons/pom.xml
+++ b/tenant-cd-commons/pom.xml
@@ -46,6 +46,12 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>vespa-feed-client</artifactId>
<version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>vespa-feed-client-api</artifactId>
+ </exclusion>
+ </exclusions>
<scope>compile</scope>
</dependency>
</dependencies>