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.
This commit is contained in:
Rob Bygrave
2022-07-27 21:12:19 +12:00
parent 648bdf4553
commit 31ac0f794f
2 changed files with 6 additions and 7 deletions
+6
View File
@@ -30,6 +30,12 @@
<version>2.2</version>
</dependency>
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-applog-slf4j</artifactId>
<version>1.0</version>
</dependency>
<!--
Class retention Nonnull and Nullable annotations
to assist with IDE auto-completion with Ebean API
-7
View File
@@ -103,13 +103,6 @@
<!-- Test dependencies -->
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-applog-slf4j</artifactId>
<version>1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-platform-all</artifactId>