From b1f498f35ffc86e17c01ac86f51f8226593d2a06 Mon Sep 17 00:00:00 2001 From: David Coutadeur Date: Fri, 10 Jan 2025 11:05:34 +0100 Subject: [PATCH] Force surefire test provider to junit4, to detect tests again (#319) --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index 9885a3e2..e7112286 100644 --- a/pom.xml +++ b/pom.xml @@ -97,6 +97,17 @@ ${project.build.testOutputDirectory} + + + + org.apache.maven.surefire + surefire-junit4 + 3.5.2 + + org.apache.maven.plugins