aboutsummaryrefslogtreecommitdiffstats
path: root/tenant-cd-api
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-09-06 11:27:36 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-09-06 12:16:48 +0200
commit8b4591e4bbe452dbce7cf63f7e512ccabc8d5450 (patch)
treeb5af5f1cc64ceb284a375456133a24105ef886c7 /tenant-cd-api
parent74898adfbe08a2374831f1a4f0eead4b31b3a1b1 (diff)
Downgrade junit5 version used by tenant parent poms and testing framework
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>