Explorar el Código

Corrected version of Spring-ldap in ntlm module (again).

Luke Taylor hace 18 años
padre
commit
a9396afcd0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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-SNAPSHOT</version>
+            <version>1.2.1-SNAPSHOT</version>
             <optional>true</optional>
         </dependency>
     </dependencies>