Multiple SLF4J bindings cause error?

前端 未结 6 1007
傲寒
傲寒 2020-12-31 02:06

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

6条回答
  •  鱼传尺愫
    2020-12-31 02:41

    I would suggest to use following dependency in maven instead,

    
    log4j
    log4j
    1.2.17
    
    

    This has solved my problem although I have more dependencies using slf4j.

提交回复
热议问题