|
|
|
|
@ -7,10 +7,10 @@
@@ -7,10 +7,10 @@
|
|
|
|
|
<version>3.2.0.CI-SNAPSHOT</version> |
|
|
|
|
<name>spring-security-config</name> |
|
|
|
|
<description>spring-security-config</description> |
|
|
|
|
<url>http://springsource.org/spring-security</url> |
|
|
|
|
<url>http://spring.io/spring-security</url> |
|
|
|
|
<organization> |
|
|
|
|
<name>SpringSource</name> |
|
|
|
|
<url>http://springsource.org/</url> |
|
|
|
|
<name>spring.io</name> |
|
|
|
|
<url>http://spring.io/</url> |
|
|
|
|
</organization> |
|
|
|
|
<licenses> |
|
|
|
|
<license> |
|
|
|
|
@ -27,9 +27,9 @@
@@ -27,9 +27,9 @@
|
|
|
|
|
</developer> |
|
|
|
|
</developers> |
|
|
|
|
<scm> |
|
|
|
|
<connection>scm:git:git://github.com/SpringSource/spring-security</connection> |
|
|
|
|
<developerConnection>scm:git:git://github.com/SpringSource/spring-security</developerConnection> |
|
|
|
|
<url>https://github.com/SpringSource/spring-security</url> |
|
|
|
|
<connection>scm:git:git://github.com/spring-projects/spring-security</connection> |
|
|
|
|
<developerConnection>scm:git:git://github.com/spring-projects/spring-security</developerConnection> |
|
|
|
|
<url>https://github.com/spring-projects/spring-security</url> |
|
|
|
|
</scm> |
|
|
|
|
<build> |
|
|
|
|
<plugins> |
|
|
|
|
@ -64,25 +64,25 @@
@@ -64,25 +64,25 @@
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-aop</artifactId> |
|
|
|
|
<version>3.2.4.RELEASE</version> |
|
|
|
|
<version>3.2.6.RELEASE</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-beans</artifactId> |
|
|
|
|
<version>3.2.4.RELEASE</version> |
|
|
|
|
<version>3.2.6.RELEASE</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-context</artifactId> |
|
|
|
|
<version>3.2.4.RELEASE</version> |
|
|
|
|
<version>3.2.6.RELEASE</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-core</artifactId> |
|
|
|
|
<version>3.2.4.RELEASE</version> |
|
|
|
|
<version>3.2.6.RELEASE</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
@ -129,28 +129,28 @@
@@ -129,28 +129,28 @@
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-jdbc</artifactId> |
|
|
|
|
<version>3.2.4.RELEASE</version> |
|
|
|
|
<version>3.2.6.RELEASE</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
<optional>true</optional> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-tx</artifactId> |
|
|
|
|
<version>3.2.4.RELEASE</version> |
|
|
|
|
<version>3.2.6.RELEASE</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
<optional>true</optional> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-web</artifactId> |
|
|
|
|
<version>3.2.4.RELEASE</version> |
|
|
|
|
<version>3.2.6.RELEASE</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
<optional>true</optional> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-webmvc</artifactId> |
|
|
|
|
<version>3.2.4.RELEASE</version> |
|
|
|
|
<version>3.2.6.RELEASE</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
<optional>true</optional> |
|
|
|
|
</dependency> |
|
|
|
|
@ -337,19 +337,19 @@
@@ -337,19 +337,19 @@
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-expression</artifactId> |
|
|
|
|
<version>3.2.4.RELEASE</version> |
|
|
|
|
<version>3.2.6.RELEASE</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-orm</artifactId> |
|
|
|
|
<version>3.2.4.RELEASE</version> |
|
|
|
|
<version>3.2.6.RELEASE</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-test</artifactId> |
|
|
|
|
<version>3.2.4.RELEASE</version> |
|
|
|
|
<version>3.2.6.RELEASE</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
|