소스 검색

Corrected version of Spring-ldap in ntlm module.

Luke Taylor 18 년 전
부모
커밋
a23e7e43d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ntlm/pom.xml

+ 1 - 1
ntlm/pom.xml

@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.springframework.ldap</groupId>
             <artifactId>spring-ldap</artifactId>
-            <version>1.2-RC1</version>
+            <version>1.2-SNAPSHOT</version>
             <optional>true</optional>
         </dependency>
     </dependencies>