且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Maven/Spring:AopNamespaceUtils NoSuchMethod错误

更新时间:2023-11-17 09:07:46

您的spring依赖项有太多不同的版本:

Your spring dependencies have too many different versions:

org.springframework:spring-beans:jar:2.5.6:compile
org.springframework:spring-aop:jar:2.0.8:compile
org.springframework:spring-jms:jar:3.0.5.RELEASE:compile

org.springframework:spring-beans:jar:2.5.6:compile
org.springframework:spring-aop:jar:2.0.8:compile
org.springframework:spring-jms:jar:3.0.5.RELEASE:compile

使所有spring依赖项具有相同的版本(***是3.0.5.RELEASE)

Make all spring dependencies have the same version (preferably 3.0.5.RELEASE)