aboutsummaryrefslogtreecommitdiffstats
path: root/hosted-tenant-base
diff options
context:
space:
mode:
authorMorten Tokle <mortent@verizonmedia.com>2020-06-15 23:30:40 +0200
committerMorten Tokle <mortent@verizonmedia.com>2020-06-15 23:30:40 +0200
commitc8ed394fe373be5233efb194120f0d898f4fe1bf (patch)
tree47c47c02003d7766f59d1266dae9702622fe3235 /hosted-tenant-base
parentbdf6c4ea362b8e158b0a3be86fd5ca8997d4764a (diff)
Remove implementation reference in tenant parent
Diffstat (limited to 'hosted-tenant-base')
-rw-r--r--hosted-tenant-base/pom.xml24
1 files changed, 2 insertions, 22 deletions
diff --git a/hosted-tenant-base/pom.xml b/hosted-tenant-base/pom.xml
index 6fc65398f72..93ef008b8f7 100644
--- a/hosted-tenant-base/pom.xml
+++ b/hosted-tenant-base/pom.xml
@@ -97,27 +97,7 @@
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>tenant-cd</artifactId>
- <version>${test-framework.version}</version>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>net.java.dev.jna</groupId>
- <artifactId>jna</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-exec</artifactId>
- </exclusion>
- <exclusion>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>cloud-tenant-cd</artifactId>
+ <artifactId>tenant-cd-api</artifactId>
<version>${test-framework.version}</version>
<scope>test</scope>
</dependency>
@@ -405,4 +385,4 @@
</plugin>
</plugins>
</build>
-</project> \ No newline at end of file
+</project>