调试spring mvc项目出现问题

报错: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/tx]
Offending resource: class path resource [spring-hibernate.xml]

是不是缺少spring-tx 相关的jar包,或者没有在xml中引入 tx的xsd文件,如下:

http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd

应该是少jar包吧 spring-security-core

缺包导致xml不能引入http://www.springframework.org/schema/tx