From a55cd30794f713f423378f4c82ae53d840b790b7 Mon Sep 17 00:00:00 2001 From: alpina0707 Date: Mon, 31 Jan 2022 20:33:16 +0100 Subject: [PATCH] added working maven-surefire-plugin ver 2.19.1 --- pom.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0c53227..b32cd98 100644 --- a/pom.xml +++ b/pom.xml @@ -67,9 +67,15 @@ - org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M5 + 2.19.1 + + + org.junit.platform + junit-platform-surefire-provider + 1.0.1 + +