From 4a5660b33fe768958ca505a04e4fb964c0e45435 Mon Sep 17 00:00:00 2001 From: Lars Grefer Date: Mon, 17 Aug 2020 01:48:58 +0200 Subject: [PATCH] Update to JUnit Jupiter 5.6.2 The "old" JUnit-3-style tests will be executed by the vintage-engine Signed-off-by: Lars Grefer --- pom.xml | 42 ++++++++++++++++++++++++++++++++---------- 1 file changed, 32 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 32934ba49..e73828d2c 100644 --- a/pom.xml +++ b/pom.xml @@ -64,6 +64,7 @@ org.apache.maven.plugins maven-surefire-plugin + 2.22.2 @@ -107,18 +108,18 @@ . -**/ajcore.*.txt +**/ajcore.*.txt - + false aj-build - false @@ -130,11 +131,32 @@ + + + + org.junit + junit-bom + 5.6.2 + pom + import + + + + - junit - junit - 4.13 + org.junit.jupiter + junit-jupiter-api + test + + + org.junit.jupiter + junit-jupiter-engine + test + + + org.junit.vintage + junit-vintage-engine test -- 2.39.5