Files
FRO/h2/src/main/java/module-info.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;
}