JBAS015893: Encountered invalid class name

后端 未结 2 1137
遥遥无期
遥遥无期 2021-01-03 22:08

I\'m currently cleaning up my Project and related Errors / Warnings a bit. Everytime i deploy my Maven Project to the JBoss AS 7.1.1.Final I get a lot of Warnings.

I

2条回答
  •  借酒劲吻你
    2021-01-03 23:05

    Looking at the edit by OP,

    add these dependencies to the pom:

           
        org.jboss.shrinkwrap
        shrinkwrap-api
    
    
        org.jboss.shrinkwrap
        shrinkwrap-impl-base
        test
    
    

提交回复
热议问题