Skip to content

Commit ac2bef4

Browse files
Merge pull request #24 from bitxon/bugfix/slf4j-logging
Fix SLF4J: Failed to load class "org.slf4j.impl.StaticMDCBinder"
2 parents 100dc2c + 4b844e0 commit ac2bef4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@
4848
<type>pom</type>
4949
<scope>import</scope>
5050
</dependency>
51+
<dependency>
52+
<!-- Fix dependency convergence [logback-classic vs junit] -->
53+
<groupId>org.slf4j</groupId>
54+
<artifactId>slf4j-api</artifactId>
55+
<version>2.0.4</version>
56+
</dependency>
5157
</dependencies>
5258
</dependencyManagement>
5359

0 commit comments

Comments
 (0)