Skip to content

Commit 348be82

Browse files
author
Santiago Gala
committed
Some packages need to be opened for the tests to pass
1 parent d74fadd commit 348be82

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,12 @@
357357
<systemPropertyVariables combine.children="append">
358358
<JDBCLoader.URL>http://exampleurl.com</JDBCLoader.URL>
359359
</systemPropertyVariables>
360+
<argLine>
361+
--add-opens java.base/java.lang=ALL-UNNAMED
362+
--add-opens java.base/java.lang.ref=ALL-UNNAMED
363+
--add-opens java.base/java.util=ALL-UNNAMED
364+
--add-opens java.xml/jdk.xml.internal=ALL-UNNAMED
365+
</argLine>
360366
</configuration>
361367
<dependencies>
362368
<dependency>

0 commit comments

Comments
 (0)