使用maven错误生成-Spring安全配置

使用maven错误生成-Spring安全配置,spring,maven,spring-security,Spring,Maven,Spring Security,当我试图用maven构建我的项目时,我收到了这个错误消息 cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'authentication-manager'. cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for e

当我试图用maven构建我的项目时,我收到了这个错误消息

cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'authentication-manager'.
cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'global-method-security'.
cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'http'.
我正在使用SpringFramework 3.0.2

xmlns="http://www.springframework.org/schema/security"
xsi:schemaLocation="http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-3.0.xsd"

您的xml配置中有哪些名称空间和XSD?@holmis83 spring-bean-3.0和spring-security-3.0 XSD