Skip to content
Advertisement

SLF4J: Class path contains multiple SLF4J bindings warning

I’ve seen in other questions that usually the solution to this warning is to exclude slf4j from the dependency that causes this conflict, but I can’t spot the problem in my project.

JavaScript

I run mvn dependency:tree command and this is the output:

JavaScript

Advertisement

Answer

You can solve the issue by adding the following exclusion in the dependencies (of pom.xml) that caused conflict.

JavaScript
Advertisement