From c023cb0e9a065499974574abcae79136b2c61e88 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Thu, 27 Jan 2022 09:05:28 +0100 Subject: build(test): fix wrong scope of jUnit dependencies --- eaaf_core_utils/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'eaaf_core_utils') diff --git a/eaaf_core_utils/pom.xml b/eaaf_core_utils/pom.xml index ad44765e..f3710033 100644 --- a/eaaf_core_utils/pom.xml +++ b/eaaf_core_utils/pom.xml @@ -136,18 +136,19 @@ ch.qos.logback logback-classic - 1.2.3 test org.junit.vintage junit-vintage-engine ${junit-jupiter-api.version} + test org.junit.jupiter junit-jupiter-migrationsupport ${junit-jupiter-api.version} + test -- cgit v1.2.3