|
@@ -17,60 +17,28 @@
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring</artifactId>
|
|
|
- <version>2.5.6</version>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>commons-logging</groupId>
|
|
|
- <artifactId>commons-logging</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-test</artifactId>
|
|
|
- <version>2.5.6</version>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>commons-logging</groupId>
|
|
|
- <artifactId>commons-logging</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
+ <artifactId>org.springframework.test</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-core</artifactId>
|
|
|
<version>${project.version}</version>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
- <artifactId>org.springframework.core</artifactId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
- <artifactId>org.springframework.context</artifactId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
- <artifactId>org.springframework.aop</artifactId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <groupId>commons-logging</groupId>
|
|
|
- <artifactId>commons-logging</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-config</artifactId>
|
|
|
<version>${project.version}</version>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-security-core</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.security</groupId>
|
|
|
+ <artifactId>spring-security-web</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.security</groupId>
|
|
|
+ <artifactId>spring-security-ldap</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.directory.server</groupId>
|
|
|
<artifactId>apacheds-core</artifactId>
|
|
@@ -95,11 +63,6 @@
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.ldap</groupId>
|
|
|
- <artifactId>spring-ldap-core</artifactId>
|
|
|
- <scope>runtime</scope>
|
|
|
- </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
<artifactId>slf4j-api</artifactId>
|