summaryrefslogtreecommitdiffstats
path: root/tenant-cd-api
diff options
context:
space:
mode:
Diffstat (limited to 'tenant-cd-api')
-rw-r--r--tenant-cd-api/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tenant-cd-api/pom.xml b/tenant-cd-api/pom.xml
index 42e3fe150fa..bc17de1eb72 100644
--- a/tenant-cd-api/pom.xml
+++ b/tenant-cd-api/pom.xml
@@ -24,7 +24,7 @@
This version must match the string in all ExportPackage annotations in this module.
It must also be in sync junit version specified in 'hosted-tenant-base'.
-->
- <hosted-tenant-base-junit-version>${junit.vespa.version}</hosted-tenant-base-junit-version>
+ <hosted-tenant-base-junit-version>${junit.vespa.tenant.version}</hosted-tenant-base-junit-version>
</properties>
@@ -69,7 +69,7 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
- <version>${junit.platform.vespa.version}</version>
+ <version>${junit.platform.vespa.tenant.version}</version>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>