Skip to content

Commit

Permalink
[WFLY-16540] Adding missing JPMS open privileges required by JCETestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
ropalka committed Jun 26, 2022
1 parent 8c380ba commit e7d30d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Expand Up @@ -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
</modular.jdk.args>
Expand Down

0 comments on commit e7d30d9

Please sign in to comment.