소스 검색

SEC-1036: Updated ldap sample pom

Luke Taylor 17 년 전
부모
커밋
781b09e889
1개의 변경된 파일4개의 추가작업 그리고 5개의 파일을 삭제
  1. 4 5
      samples/ldap/pom.xml

+ 4 - 5
samples/ldap/pom.xml

@@ -22,7 +22,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-webmvc</artifactId>
-	        <version>${spring.version}</version>
+            <version>${spring.version}</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
@@ -54,9 +54,8 @@
         </dependency>
         <dependency>
             <groupId>org.springframework.ldap</groupId>
-            <artifactId>spring-ldap</artifactId>
-            <version>1.2.1</version>
-        </dependency>        
+            <artifactId>spring-ldap-core</artifactId>
+        </dependency>
     </dependencies>
 
     <build>
@@ -80,4 +79,4 @@
         </plugins>
     </build>
 
-</project>
+</project>