mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Migration is a plugin now
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user