From 8b4591e4bbe452dbce7cf63f7e512ccabc8d5450 Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Wed, 6 Sep 2023 11:27:36 +0200 Subject: Downgrade junit5 version used by tenant parent poms and testing framework --- tenant-cd-api/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tenant-cd-api') 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'. --> - ${junit.vespa.version} + ${junit.vespa.tenant.version} @@ -69,7 +69,7 @@ org.junit.platform junit-platform-commons - ${junit.platform.vespa.version} + ${junit.platform.vespa.tenant.version} com.yahoo.vespa -- cgit v1.2.3