Skip to content

Commit 331ea7f

Browse files
committed
fix module-info.java
1 parent 1d14caf commit 331ea7f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/module-info.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
* @since 5.0.0
2929
*/
3030
module org.htmlunit.xpath {
31+
requires java.xml;
32+
3133
exports org.htmlunit.xpath;
3234
exports org.htmlunit.xpath.axes;
3335
exports org.htmlunit.xpath.compiler;

0 commit comments

Comments
 (0)