mirror of
https://github.com/ebean-orm/ebean.git
synced 2026-09-25 11:32:07 +00:00
9 lines
245 B
Java
9 lines
245 B
Java
module io.ebean.core.json {
|
|
|
|
requires io.ebean.api;
|
|
requires transitive io.avaje.json;
|
|
exports io.ebeaninternal.json to io.ebean.test, io.ebean.core;
|
|
|
|
provides io.ebean.service.BootstrapService with io.ebeaninternal.json.DJsonService;
|
|
}
|