pom.xml中的spring ldap依赖项-异常

pom.xml中的spring ldap依赖项-异常,spring,spring-security,ldap,Spring,Spring Security,Ldap,我使用SpringLDAP spring-servlet.xml: <authentication-manager alias="authenticationManager" xmlns="http://www.springframework.org/schema/security"> <ldap-authentication-provider user-search-filter="(uid={0})" group-search-fil

我使用SpringLDAP

spring-servlet.xml:

<authentication-manager alias="authenticationManager" xmlns="http://www.springframework.org/schema/security">
    <ldap-authentication-provider
        user-search-filter="(uid={0})"
        group-search-filter="member={0}"/>

</authentication-manager>

<sec:ldap-server url="ldap://__server__.com:389" />
我可以在
.m2
文件夹中看到

m2\repository\org\springframework\ldap\spring-ldap-core\1.3.0.RELEASE\spring-ldap-core-1.3.0.RELEASE.jar
哪个有

spring-ldap-core-1.3.0.RELEASE.jar\org\springframework\ldap\core\support\BaseLdapPathContextSource.class

少了什么?如何解决异常?

什么是
spring ldap核心tiger
?无论如何,我已经通过maven多次使用SpringLDAP,我只需要在pom.xml中设置
SpringSecurityLDAP
。无论如何,问题不在pom中。与tonr和Sparkr项目之间的依赖关系有关()我将第二个项目更新为使用spring LDAP,并尝试运行tonr,但依赖的LDAP JAR没有复制到WEB-INF。这已得到解决,但仍有其他问题:(
m2\repository\org\springframework\ldap\spring-ldap-core\1.3.0.RELEASE\spring-ldap-core-1.3.0.RELEASE.jar
spring-ldap-core-1.3.0.RELEASE.jar\org\springframework\ldap\core\support\BaseLdapPathContextSource.class