blob: c9938428b28df41daa60e99790d2ea0d9b1c0f8b [file] [log] [blame]
module org.jsoup {
exports org.jsoup;
exports org.jsoup.helper;
exports org.jsoup.nodes;
exports org.jsoup.parser;
exports org.jsoup.safety;
exports org.jsoup.select;
requires transitive java.xml; // for org.w3c.dom out of W3CDom
}