Skip to content

Commit

Permalink
Temporarily add jsr305 automodule to module-info
Browse files Browse the repository at this point in the history
Need to remove before next release; tracked in #2028
  • Loading branch information
jhy committed Nov 2, 2023
1 parent f3c4ab5 commit 0627708
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java9/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
exports org.jsoup.select;

requires transitive java.xml; // for org.w3c.dom out of W3CDom
requires static jsr305; // TODO[must] migrate to another nullable package prior to next release
}

0 comments on commit 0627708

Please sign in to comment.