java.lang.ClassNotFoundException: org.aspectj.util.PartialOrder$PartialComparable

前端 未结 4 2093
醉话见心
醉话见心 2021-01-12 03:11

I am using Spring 4.2.4.RELEASE in my web application and I would like to remove the dependency on aspectjweaver.jar from it. I don\'t use AOP directly and I certainly don\'

4条回答
  •  渐次进展
    2021-01-12 03:52

    Is there any way to completely remove the dependency on aspectjweaver.jar ?

    No, you cannot. You are using Spring AOP. The Spring project spring-aop does have a hard dependency on aspectjweaver.jar. Read the Spring-aop docs that clearly identifies it as a dependency.

提交回复
热议问题