mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
12 lines
320 B
Java
12 lines
320 B
Java
open module io.ebean.dbmigration.runner {
|
|
|
|
provides io.ebean.plugin.Plugin with io.ebeaninternal.dbmigration.run.DbRunMigrationPlugin;
|
|
|
|
requires transitive io.ebean.ddl.runner;
|
|
requires transitive io.ebean.core;
|
|
requires transitive java.xml.bind;
|
|
requires io.ebean.core.type;
|
|
requires io.ebean.migration;
|
|
|
|
}
|