|
@@ -1,10 +1,6 @@
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
- <parent>
|
|
|
|
- <groupId>org.springframework.security</groupId>
|
|
|
|
- <artifactId>spring-security-parent</artifactId>
|
|
|
|
- <version>2.5.0-SNAPSHOT</version>
|
|
|
|
- </parent>
|
|
|
|
|
|
+ <groupId>org.springframework.security</groupId>
|
|
<artifactId>spring-security-itest</artifactId>
|
|
<artifactId>spring-security-itest</artifactId>
|
|
<name>Spring Security - Integration Tests</name>
|
|
<name>Spring Security - Integration Tests</name>
|
|
<packaging>pom</packaging>
|
|
<packaging>pom</packaging>
|
|
@@ -87,11 +83,12 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.ldap</groupId>
|
|
<groupId>org.springframework.ldap</groupId>
|
|
<artifactId>spring-ldap-core</artifactId>
|
|
<artifactId>spring-ldap-core</artifactId>
|
|
|
|
+ <version>1.3.0.RC1</version>
|
|
<scope>runtime</scope>
|
|
<scope>runtime</scope>
|
|
<exclusions>
|
|
<exclusions>
|
|
<exclusion>
|
|
<exclusion>
|
|
<groupId>org.springframework</groupId>
|
|
<groupId>org.springframework</groupId>
|
|
- <artifactId>org.springframework.core</artifactId>
|
|
|
|
|
|
+ <artifactId>spring-core</artifactId>
|
|
</exclusion>
|
|
</exclusion>
|
|
<exclusion>
|
|
<exclusion>
|
|
<groupId>org.springframework</groupId>
|
|
<groupId>org.springframework</groupId>
|
|
@@ -124,6 +121,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>log4j</groupId>
|
|
<groupId>log4j</groupId>
|
|
<artifactId>log4j</artifactId>
|
|
<artifactId>log4j</artifactId>
|
|
|
|
+ <version>1.2.14</version>
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
<build>
|
|
<build>
|