From 255d5f8e7c224e9319eeb9fd30ca39c2bfb16d61 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