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 1d14caf commit 331ea7fCopy full SHA for 331ea7f
1 file changed
src/main/java/module-info.java
@@ -28,6 +28,8 @@
28
* @since 5.0.0
29
*/
30
module org.htmlunit.xpath {
31
+ requires java.xml;
32
+
33
exports org.htmlunit.xpath;
34
exports org.htmlunit.xpath.axes;
35
exports org.htmlunit.xpath.compiler;
0 commit comments