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 86ad2a5 commit a70a128Copy full SHA for a70a128
1 file changed
pom.xml
@@ -31,9 +31,10 @@
31
<maven.version.ignore>(?i).*-(alpha|beta|m|rc)([\.-]?\d+)?</maven.version.ignore>
32
33
<surefire.argLine.modules>
34
+ --add-reads org.htmlunit=org.slf4j
35
+ --add-reads org.htmlunit=ch.qos.logback.core
36
--add-reads org.htmlunit=ch.qos.logback.classic
37
--add-reads org.htmlunit=jakarta.servlet
- --add-reads org.htmlunit=java.servlet
38
--add-opens org.htmlunit/org.htmlunit=ALL-UNNAMED
39
--add-opens org.htmlunit/org.htmlunit.junit=ALL-UNNAMED
40
</surefire.argLine.modules>
0 commit comments