Skip to content

Commit a70a128

Browse files
committed
fixt module setup for testing
1 parent 86ad2a5 commit a70a128

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@
3131
<maven.version.ignore>(?i).*-(alpha|beta|m|rc)([\.-]?\d+)?</maven.version.ignore>
3232

3333
<surefire.argLine.modules>
34+
--add-reads org.htmlunit=org.slf4j
35+
--add-reads org.htmlunit=ch.qos.logback.core
3436
--add-reads org.htmlunit=ch.qos.logback.classic
3537
--add-reads org.htmlunit=jakarta.servlet
36-
--add-reads org.htmlunit=java.servlet
3738
--add-opens org.htmlunit/org.htmlunit=ALL-UNNAMED
3839
--add-opens org.htmlunit/org.htmlunit.junit=ALL-UNNAMED
3940
</surefire.argLine.modules>

0 commit comments

Comments
 (0)