소스 검색

Add crypto module to LDAP bundlor template

Luke Taylor 14 년 전
부모
커밋
d9ccebd565
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      ldap/template.mf

+ 1 - 0
ldap/template.mf

@@ -14,6 +14,7 @@ Import-Template:
  org.apache.directory.shared.ldap.*;version="${apacheDSSharedRange}";resolution:=optional,
  org.springframework.ldap.*;version="${springLdapRange}",
  org.springframework.security.core.*;version="${secRange}",
+ org.springframework.security.crypto.*;version="${secRange}",
  org.springframework.security.authentication.*;version="${secRange}",
  org.springframework.security.provisioning.*;version="${secRange}",
  org.springframework.security.util;version="${secRange}",