[jOOQ/jOOQ#10149] Modularise more modules
- jOOQ-codegen (add opens) - jOOQ-postgres-extensions (add opens)
This commit is contained in:
parent
8c15e0c97f
commit
a9d8e9e67d
@ -11,4 +11,6 @@ module org.jooq.codegen {
|
||||
// - InformationSchema (org.jooq.util.xml.jaxb)
|
||||
requires static java.xml.bind;
|
||||
|
||||
opens org.jooq.codegen;
|
||||
opens org.jooq.codegen.example;
|
||||
}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* The jOOQ postgres extensions module.
|
||||
*/
|
||||
module org.jooq.codegen {
|
||||
module org.jooq.postgres.extensions {
|
||||
|
||||
// Other jOOQ modules
|
||||
requires transitive org.jooq;
|
||||
@ -12,4 +12,7 @@ module org.jooq.codegen {
|
||||
// Vendor specific JDBC drivers
|
||||
requires static org.postgresql.jdbc;
|
||||
|
||||
opens org.jooq.postgres.extensions.bindings;
|
||||
opens org.jooq.postgres.extensions.converters;
|
||||
opens org.jooq.postgres.extensions.types;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user