From ba7e60d6f3b5331c36a94bae566e41d6d3d6ddfb Mon Sep 17 00:00:00 2001 From: Chris Povirk Date: Wed, 19 Aug 2020 13:47:31 -0400 Subject: [PATCH] Update maven-surefire-plugin to 3.0.0-M5. This avoids https://issues.apache.org/jira/browse/SUREFIRE-1439, which I hit while investigating https://github.com/protocolbuffers/protobuf/issues/7827 --- java/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/java/pom.xml b/java/pom.xml index bb91146fd2059..91a57ccb46b50 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -166,6 +166,10 @@ maven-antrun-plugin 1.8 + + maven-surefire-plugin + 3.0.0-M5 +