/** * 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; }