mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Use AppLog and System.Logger for logging rather than slf4j-api
The avaje-applog-slf4j dependency means this is still using slf4j-api for implementation. Remove that dependency and service load the desired implementation.
This commit is contained in:
@@ -9,7 +9,6 @@ module io.ebean.test {
|
||||
provides io.ebeaninternal.api.SpiLoggerFactory with io.ebean.test.CapturingLoggerFactory;
|
||||
provides io.ebean.config.AutoConfigure with io.ebean.test.config.AutoConfigureForTesting;
|
||||
|
||||
requires transitive org.slf4j;
|
||||
requires transitive io.ebean.datasource;
|
||||
requires transitive io.ebean.core;
|
||||
requires transitive io.ebean.ddl.generator;
|
||||
@@ -24,6 +23,7 @@ module io.ebean.test {
|
||||
requires transitive com.h2database;
|
||||
|
||||
// support testing
|
||||
requires static org.slf4j;
|
||||
requires static org.junit.jupiter.api;
|
||||
requires static jdk.management;
|
||||
requires static io.avaje.jsr305x;
|
||||
|
||||
Reference in New Issue
Block a user