From 98dd2b534f599ea4ab7018cbfbd13e3a8159a859 Mon Sep 17 00:00:00 2001 From: Steve Vaughan Date: Wed, 24 Aug 2022 06:04:04 -0400 Subject: [PATCH] HADOOP-18417. Upgrade to M7 of surefire plugin (#4795) This addresses an issue where the plugin's default classpath for executing tests fails to include org.junit.platform.launcher.core.LauncherFactory. Contributed by: Steve Vaughan Jr --- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index c23bbe2d7a..0d8afdcd43 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -166,7 +166,7 @@ -Xmx2048m -XX:+HeapDumpOnOutOfMemoryError - 3.0.0-M1 + 3.0.0-M7 ${maven-surefire-plugin.version} ${maven-surefire-plugin.version}