From 31ac0f794f28966098ce5fa9166df23ae7a7faba Mon Sep 17 00:00:00 2001 From: Rob Bygrave Date: Wed, 27 Jul 2022 21:12:19 +1200 Subject: [PATCH] Add avaje-applog-slf4j dependency to ebean-api This means by default AppLog logging goes to slf4j-api. Exclude this dependency to otherwise control the AppLog System.Logger implementation. --- ebean-api/pom.xml | 6 ++++++ ebean-test/pom.xml | 7 ------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/ebean-api/pom.xml b/ebean-api/pom.xml index 9f49c5027..097d918c6 100644 --- a/ebean-api/pom.xml +++ b/ebean-api/pom.xml @@ -30,6 +30,12 @@ 2.2 + + io.avaje + avaje-applog-slf4j + 1.0 + + - - io.avaje - avaje-applog-slf4j - 1.0 - test - - io.ebean ebean-platform-all