Maven error - java.lang.NoClassDefFoundError: org/slf4j/helpers/MarkerIgnoringBase

后端 未结 11 2085
孤街浪徒
孤街浪徒 2021-01-01 23:10

Getting up and running with Maven.

Trying to build a project I\'ve inherited. I\'ve resolved majority of the issues but am now seeing a weird error:

         


        
11条回答
  •  感情败类
    2021-01-01 23:44

    I was able to solve on my OS X Mac by upgrading maven, e.g. 'brew upgrade maven' from 3.3.3 to 3.3.9 as tschaible suggested.

提交回复
热议问题