From 7a04c8af417bfeec84246bc3bde53844e55d849b Mon Sep 17 00:00:00 2001 From: tastybento Date: Sun, 20 Jun 2021 10:59:30 -0700 Subject: [PATCH] Fix maven surefire --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d3d9ad0..73ccb1e 100644 --- a/pom.xml +++ b/pom.xml @@ -231,7 +231,12 @@ org.apache.maven.plugins maven-surefire-plugin - 2.22.0 + 3.0.0-M5 + + + --illegal-access=permit + + org.apache.maven.plugins