|
@@ -1,20 +1,20 @@
|
|
<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>
|
|
<groupId>org.springframework.security</groupId>
|
|
<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>
|
|
- <version>2.0.4-SNAPSHOT</version>
|
|
|
|
|
|
+ <version>2.0.6.CI-SNAPSHOT</version>
|
|
<modules>
|
|
<modules>
|
|
<module>web</module>
|
|
<module>web</module>
|
|
<!-- module>webflow</module-->
|
|
<!-- module>webflow</module-->
|
|
<module>context</module>
|
|
<module>context</module>
|
|
</modules>
|
|
</modules>
|
|
- <dependencies>
|
|
|
|
|
|
+ <dependencies>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring</artifactId>
|
|
<artifactId>spring</artifactId>
|
|
- <version>2.5.5</version>
|
|
|
|
|
|
+ <version>2.5.6.SEC02</version>
|
|
<exclusions>
|
|
<exclusions>
|
|
<exclusion>
|
|
<exclusion>
|
|
<groupId>commons-logging</groupId>
|
|
<groupId>commons-logging</groupId>
|
|
@@ -25,14 +25,14 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-test</artifactId>
|
|
<artifactId>spring-test</artifactId>
|
|
- <version>2.5.5</version>
|
|
|
|
|
|
+ <version>2.5.6.SEC02</version>
|
|
<exclusions>
|
|
<exclusions>
|
|
<exclusion>
|
|
<exclusion>
|
|
<groupId>commons-logging</groupId>
|
|
<groupId>commons-logging</groupId>
|
|
<artifactId>commons-logging</artifactId>
|
|
<artifactId>commons-logging</artifactId>
|
|
</exclusion>
|
|
</exclusion>
|
|
</exclusions>
|
|
</exclusions>
|
|
- </dependency>
|
|
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.security</groupId>
|
|
<groupId>org.springframework.security</groupId>
|
|
<artifactId>spring-security-core</artifactId>
|
|
<artifactId>spring-security-core</artifactId>
|
|
@@ -58,7 +58,7 @@
|
|
<groupId>commons-logging</groupId>
|
|
<groupId>commons-logging</groupId>
|
|
<artifactId>commons-logging</artifactId>
|
|
<artifactId>commons-logging</artifactId>
|
|
</exclusion>
|
|
</exclusion>
|
|
- </exclusions>
|
|
|
|
|
|
+ </exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.security</groupId>
|
|
<groupId>org.springframework.security</groupId>
|
|
@@ -69,18 +69,18 @@
|
|
<groupId>commons-logging</groupId>
|
|
<groupId>commons-logging</groupId>
|
|
<artifactId>commons-logging</artifactId>
|
|
<artifactId>commons-logging</artifactId>
|
|
</exclusion>
|
|
</exclusion>
|
|
- </exclusions>
|
|
|
|
|
|
+ </exclusions>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.aspectj</groupId>
|
|
|
|
+ <artifactId>aspectjrt</artifactId>
|
|
|
|
+ <version>1.6.1</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.aspectj</groupId>
|
|
|
|
+ <artifactId>aspectjweaver</artifactId>
|
|
|
|
+ <version>1.6.1</version>
|
|
</dependency>
|
|
</dependency>
|
|
- <dependency>
|
|
|
|
- <groupId>org.aspectj</groupId>
|
|
|
|
- <artifactId>aspectjrt</artifactId>
|
|
|
|
- <version>1.6.1</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.aspectj</groupId>
|
|
|
|
- <artifactId>aspectjweaver</artifactId>
|
|
|
|
- <version>1.6.1</version>
|
|
|
|
- </dependency>
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.slf4j</groupId>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-api</artifactId>
|
|
<artifactId>slf4j-api</artifactId>
|
|
@@ -97,7 +97,7 @@
|
|
<groupId>commons-logging</groupId>
|
|
<groupId>commons-logging</groupId>
|
|
<artifactId>commons-logging</artifactId>
|
|
<artifactId>commons-logging</artifactId>
|
|
</exclusion>
|
|
</exclusion>
|
|
- </exclusions>
|
|
|
|
|
|
+ </exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.apache.directory.server</groupId>
|
|
<groupId>org.apache.directory.server</groupId>
|
|
@@ -128,9 +128,9 @@
|
|
<exclusion>
|
|
<exclusion>
|
|
<groupId>commons-logging</groupId>
|
|
<groupId>commons-logging</groupId>
|
|
<artifactId>commons-logging</artifactId>
|
|
<artifactId>commons-logging</artifactId>
|
|
- </exclusion>
|
|
|
|
- </exclusions>
|
|
|
|
- </dependency>
|
|
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.slf4j</groupId>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
@@ -195,10 +195,10 @@
|
|
</property>
|
|
</property>
|
|
</systemProperties>
|
|
</systemProperties>
|
|
</configuration>
|
|
</configuration>
|
|
- </plugin>
|
|
|
|
|
|
+ </plugin>
|
|
</plugins>
|
|
</plugins>
|
|
</build>
|
|
</build>
|
|
<properties>
|
|
<properties>
|
|
<jetty.version>6.1.11</jetty.version>
|
|
<jetty.version>6.1.11</jetty.version>
|
|
- </properties>
|
|
|
|
|
|
+ </properties>
|
|
</project>
|
|
</project>
|