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

后端 未结 11 2127
孤街浪徒
孤街浪徒 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:39

    Upgrade the version in POM.xml

    
                        com.day.jcr.vault
                        content-package-maven-plugin
                        0.0.24
                        true
                        
                            true
                            ${crx.username}
                            ${crx.password}
                        
                    

    Hope, your problem will resolve.

提交回复
热议问题