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:
Rob Bygrave
2022-08-18 22:44:31 +12:00
parent d145e6494d
commit a23f241fff
108 changed files with 668 additions and 758 deletions
@@ -27,7 +27,6 @@ module io.ebean.core {
requires io.avaje.classpath.scanner.api;
requires io.avaje.classpath.scanner;
requires io.ebean.types;
requires org.slf4j;
requires static io.avaje.jsr305x;
requires static com.fasterxml.jackson.annotation;