From d9a50e730462ae827f22c1382817545b011448e7 Mon Sep 17 00:00:00 2001 From: timis1 Date: Wed, 22 Feb 2023 19:38:11 +0200 Subject: [PATCH] JAVA-18149 Pass to the build the required parameters for chronicle-map --- libraries-2/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/libraries-2/pom.xml b/libraries-2/pom.xml index 3f6f787f31..01c5c79588 100644 --- a/libraries-2/pom.xml +++ b/libraries-2/pom.xml @@ -124,6 +124,19 @@ + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M7 + + --add-exports=java.base/jdk.internal.ref=ALL-UNNAMED --add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED + + + + + 3.0.8 4.8.153