Skip to content

Commit

Permalink
Fixing SLF4J dependency issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-brandizi committed Mar 13, 2024
1 parent 55f3914 commit 6b304de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,13 @@
<scope>import</scope>
<type>pom</type>
</dependency>

<!-- You might need to include this explicitly, to override transitive old versions -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.12</version>
</dependency>

<!-- You need this if you want to YAML-config log4j2 -->
<dependency>
Expand Down

0 comments on commit 6b304de

Please sign in to comment.