8 lines
188 B
Java
8 lines
188 B
Java
/**
|
|
* H2 module for the FRO application
|
|
*/
|
|
module ch.gtache.fro.h2 {
|
|
requires transitive ch.gtache.fro.database;
|
|
exports ch.gtache.fro.h2;
|
|
exports ch.gtache.fro.modules.h2;
|
|
} |