Skip to content

Commit

Permalink
[SHIRO-895] Workaround hazelcast/powermock Java17 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarwell committed Oct 25, 2022
1 parent ca39255 commit b9cc1ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/hazelcast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
<jdk>[8,)</jdk>
</activation>
<properties>
<surefire.argLine> --add-opens java.xml/jdk.xml.internal=ALL-UNNAMED</surefire.argLine>
<failsafe.argLine> --add-opens java.xml/jdk.xml.internal=ALL-UNNAMED</failsafe.argLine>
<surefire.argLine> --add-opens java.xml/jdk.xml.internal=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.ref=ALL-UNNAMED</surefire.argLine>
<failsafe.argLine> --add-opens java.xml/jdk.xml.internal=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.ref=ALL-UNNAMED</failsafe.argLine>
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit b9cc1ac

Please sign in to comment.