From e7d30d941a0620e7700f5e7cec0e75e24d73c73f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Op=C3=A1lka?= Date: Sun, 26 Jun 2022 13:30:57 +0200 Subject: [PATCH] [WFLY-16540] Adding missing JPMS open privileges required by JCETestCase --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 0652cfb05f32..c8face620b2c 100644 --- a/pom.xml +++ b/pom.xml @@ -175,6 +175,8 @@ --add-opens=java.base/java.security=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED + --add-opens=java.base/javax.crypto=ALL-UNNAMED + --add-opens=java.base/sun.security.validator=ALL-UNNAMED --add-opens=java.management/javax.management=ALL-UNNAMED --add-opens=java.naming/javax.naming=ALL-UNNAMED