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

后端 未结 11 2090
孤街浪徒
孤街浪徒 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条回答
  •  旧时难觅i
    2021-01-01 23:37

    I also had the same issue with content package plugin .17. I work for 2 clients and i had setup a new project and was using newest content package plugin i think version .24. Reverting to earlier maven version of 3.0.5 and restarting the command prompt worked for me.

    Now, i have to switch between version. What a cool thing to do :(

提交回复
热议问题