Skip to content

Commit 1eb4fcb

Browse files
author
Santiago Gala
committed
Some packages need to be opened for the tests to pass
1 parent 397302d commit 1eb4fcb

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
@@ -355,6 +355,12 @@
355355
<systemPropertyVariables combine.children="append">
356356
<JDBCLoader.URL>http://exampleurl.com</JDBCLoader.URL>
357357
</systemPropertyVariables>
358+
<argLine>
359+
--add-opens java.base/java.lang=ALL-UNNAMED
360+
--add-opens java.base/java.lang.ref=ALL-UNNAMED
361+
--add-opens java.base/java.util=ALL-UNNAMED
362+
--add-opens java.xml/jdk.xml.internal=ALL-UNNAMED
363+
</argLine>
358364
</configuration>
359365
<dependencies>
360366
<dependency>

0 commit comments

Comments
 (0)