chore(logging): add slf4j and JUL bridge deps
This commit is contained in:
parent
6010208e33
commit
0cd1a00c98
1 changed files with 12 additions and 0 deletions
|
|
@ -118,6 +118,18 @@
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.slf4j</groupId>
|
||||||
|
<artifactId>jul-to-slf4j</artifactId>
|
||||||
|
<version>2.0.17</version> <!-- use matching version for your SLF4J -->
|
||||||
|
</dependency>
|
||||||
|
<!-- Logback Classic logger implementation -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>ch.qos.logback</groupId>
|
||||||
|
<artifactId>logback-classic</artifactId>
|
||||||
|
<version>1.5.20</version> <!-- or latest compatible version -->
|
||||||
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue