Add new packages for deep reflection within the surefire.system.args for test compatibility with JDK17 (#15036)
Closes #14997
This commit is contained in:
parent
fc7c57ee12
commit
b50fe06b2e
1 changed files with 1 additions and 0 deletions
1
pom.xml
1
pom.xml
|
@ -1904,6 +1904,7 @@
|
|||
<properties>
|
||||
<surefire.system.args>
|
||||
--add-opens=java.base/java.lang=ALL-UNNAMED
|
||||
--add-opens=java.base/java.util=ALL-UNNAMED
|
||||
</surefire.system.args>
|
||||
</properties>
|
||||
</profile>
|
||||
|
|
Loading…
Reference in a new issue