[jOOQ/jOOQ#3884] Declare the java.xml module dependency

This commit is contained in:
Lukas Eder 2021-06-29 11:28:42 +02:00
parent 9de3bee0fd
commit bc4188a117

View File

@ -6,6 +6,9 @@ module org.jooq {
// jOOQ heavily depends on JDBC and cannot work without it
requires transitive java.sql;
// We're using SAX to parse XML
requires static java.xml;
// JAXB is used optionally for loading a variety of XML content, including
// - Settings (org.jooq.conf)
// - InformationSchema (org.jooq.util.xml.jaxb)