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

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

    For all AEM users, who experience the same problem after generating a maven project with the archetype: I solved the problem by updating the version of the content-package-maven-plugin to version 0.0.24:

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

提交回复
热议问题