We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a5069 commit c9e7f2dCopy full SHA for c9e7f2d
pom.xml
@@ -226,8 +226,9 @@
226
<version>${surefire-plugin.version}</version>
227
<configuration>
228
<argLine>
229
- --add-modules org.apache.logging.log4j
230
--add-modules org.slf4j
+ --add-reads org.htmlunit=org.apache.logging.log4j
231
+ --add-reads org.htmlunit=org.apache.logging.log4j.core
232
--add-opens org.htmlunit/org.htmlunit=ALL-UNNAMED
233
--add-opens org.htmlunit/org.htmlunit.junit=ALL-UNNAMED
234
</argLine>
0 commit comments