From cf5ccf789563659670556919e691d40ceb0532c1 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Fri, 7 Jun 2024 17:07:38 -0700 Subject: [PATCH] fix: maven was not running older junit3 style tests without some extra configuration. --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 3c47300bc..401867730 100644 --- a/pom.xml +++ b/pom.xml @@ -382,6 +382,14 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html org.apache.maven.plugins maven-surefire-plugin 2.22.2 + + + org.apache.maven.surefire + + surefire-junit4 + 2.22.2 + + -Xmx1g