Migration is a plugin now

This commit is contained in:
Roland Praml
2022-01-04 10:21:48 +01:00
parent a0d56529a1
commit f045d5e1b0
7 changed files with 36 additions and 475 deletions
@@ -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;
}