Skip to content

Commit c9e7f2d

Browse files
committed
more on modules
1 parent 59a5069 commit c9e7f2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,9 @@
226226
<version>${surefire-plugin.version}</version>
227227
<configuration>
228228
<argLine>
229-
--add-modules org.apache.logging.log4j
230229
--add-modules org.slf4j
230+
--add-reads org.htmlunit=org.apache.logging.log4j
231+
--add-reads org.htmlunit=org.apache.logging.log4j.core
231232
--add-opens org.htmlunit/org.htmlunit=ALL-UNNAMED
232233
--add-opens org.htmlunit/org.htmlunit.junit=ALL-UNNAMED
233234
</argLine>

0 commit comments

Comments
 (0)