SLF4J NoSuchMethodError on LocationAwareLogger

前端 未结 8 1751

This is a question that has been asked before, but unfortunately no solution seems to work for me. I am facing this exception (with abridged stack trace):

ja         


        
8条回答
  •  隐瞒了意图╮
    2020-12-03 07:13

    I had the same error message, but the solution was different for me. I had to remove to following dependency from the maven pom:

    
      org.slf4j
      jcl-over-slf4j
      1.6.1
    
    

    After that the error vanishes and everything worked for me.

提交回复
热议问题