[jOOQ/jOOQ#3884] Declare the java.xml module dependency
This commit is contained in:
parent
9de3bee0fd
commit
bc4188a117
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user