Grails Spring jar与Atmosphere插件的依赖关系

Grails Spring jar与Atmosphere插件的依赖关系,grails,plugins,atmosphere,Grails,Plugins,Atmosphere,我在使用Atmosphere插件时遇到了依赖性问题。 我正在使用Grails2.3.6,但在服务器启动时出现以下错误 2014-04-20 01:21:44,262 [localhost-startStop-1] ERROR context.GrailsContextLoader - Error initializing the application: org.springframework.beans.factory.annotation.InjectionMetadata.needsR

我在使用Atmosphere插件时遇到了依赖性问题。 我正在使用Grails2.3.6,但在服务器启动时出现以下错误

2014-04-20 01:21:44,262 [localhost-startStop-1] 
ERROR context.GrailsContextLoader  - Error initializing the application: org.springframework.beans.factory.annotation.InjectionMetadata.needsRefresh(Lorg/springframework/beans/factory/annotation/InjectionMetadata;Ljava/lang/Class;)Z

Message: org.springframework.beans.factory.annotation.InjectionMetadata.needsRef
resh(Lorg/springframework/beans/factory/annotation/InjectionMetadata;Ljava/lang/
Class;)Z
对我来说,这似乎是依赖性问题,但我无法确定具体的jar/s 我浏览了依赖关系报告,但看不出真正的问题在哪里


你知道使用哪个版本的插件吗?你试过从插件中排除Springbeans吗?编译:jms:1.3“compile”:atmosphere meteor:0.8.3“你能解释一下排除Springbeans是什么意思吗?”??。我的意思是从插件中排除
springbeans
transitive依赖项删除“springbeans”会导致classnotfound错误。NoClassDefFoundError:org/springframework/core/SpringProperties