mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
ebean-api module-info, requires static jackson databind (as optional)
This commit is contained in:
@@ -19,6 +19,7 @@ module io.ebean.api {
|
||||
|
||||
requires static io.ebean.types;
|
||||
requires static com.fasterxml.jackson.core;
|
||||
requires static com.fasterxml.jackson.databind;
|
||||
requires static javax.servlet.api;
|
||||
|
||||
exports io.ebean;
|
||||
|
||||
Reference in New Issue
Block a user