I have a problem with my dependency tree and multiple SLF4J binding. What I found out so far is that usually this only causes a warning but in my case it seems to prevent my
Answer from Fateh is correct I had to spend some time to figure out how to use it, that's why I'm adding a complete solution:
Run mvn dependency:tree
find out which library is using slf4j:
[INFO] +- net.lightbody.bmp:browsermob-proxy:jar:2.0-beta-8:compile
[INFO] | +- org.slf4j:slf4j-jdk14:jar:1.7.25:compile
exclude it from maven like this:
net.lightbody.bmp
browsermob-proxy
2.0.0
org.slf4j
slf4j-jdk14