From c459b60add5f99ec2ef658fb8de119dd9f565404 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 14 Sep 2022 17:41:32 -0700 Subject: [PATCH] Remove Java 9 module export additions from JVM configuration (command-line) in the Maven Surefire Plugin when executing SDG tests. Resolves #623. --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4db354d7..79043e5b 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,6 @@ org.apache.maven.plugins maven-surefire-plugin - --add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-exports=java.management/com.sun.jmx.remote.security=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED **/*Tests.java **/*Test.java