mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Adding requires com.fasterxml.jackson.annotation and ebean-test needs jupiter as provided scope
Interesting these changes are required for compilation against Java 11, not required for Java 17+.
This commit is contained in:
@@ -13,6 +13,7 @@ module io.ebean.test {
|
||||
requires transitive io.ebean.datasource;
|
||||
requires transitive io.ebean.core;
|
||||
requires transitive io.ebean.ddl.generator;
|
||||
requires com.fasterxml.jackson.annotation;
|
||||
requires com.fasterxml.jackson.core;
|
||||
requires com.fasterxml.jackson.databind;
|
||||
requires com.fasterxml.jackson.datatype.jsr310;
|
||||
@@ -23,6 +24,7 @@ module io.ebean.test {
|
||||
requires transitive com.h2database;
|
||||
|
||||
// support testing
|
||||
requires static org.junit.jupiter.api;
|
||||
requires static jdk.management;
|
||||
requires static io.avaje.jsr305x;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user