From edbdec2832eb69ec1e589e080d8000aaec940931 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Wed, 27 Jul 2022 11:22:50 +0100 Subject: [PATCH] Update pom.xml --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 5cfe2e2d53..9d38170468 100644 --- a/pom.xml +++ b/pom.xml @@ -312,9 +312,18 @@ 17 -parameters + --add-opens=java.base/java.lang=ALL-UNNAMED + --add-opens=java.base/java.util=ALL-UNNAMED + + org.apache.maven.plugins + maven-surefire-plugin + + --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED + +