|
|
|
|
@ -1,6 +1,5 @@
@@ -1,6 +1,5 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" |
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
|
<artifactId>spring-security-config</artifactId> |
|
|
|
|
@ -31,17 +30,6 @@
@@ -31,17 +30,6 @@
|
|
|
|
|
<developerConnection>scm:git:git://github.com/spring-projects/spring-security</developerConnection> |
|
|
|
|
<url>https://github.com/spring-projects/spring-security</url> |
|
|
|
|
</scm> |
|
|
|
|
<build> |
|
|
|
|
<plugins> |
|
|
|
|
<plugin> |
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
|
|
<configuration> |
|
|
|
|
<source>1.7</source> |
|
|
|
|
<target>1.7</target> |
|
|
|
|
</configuration> |
|
|
|
|
</plugin> |
|
|
|
|
</plugins> |
|
|
|
|
</build> |
|
|
|
|
<repositories> |
|
|
|
|
<repository> |
|
|
|
|
<id>spring-snasphot</id> |
|
|
|
|
@ -64,25 +52,25 @@
@@ -64,25 +52,25 @@
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-aop</artifactId> |
|
|
|
|
<version>4.1.0.RC2</version> |
|
|
|
|
<version>4.1.1.BUILD-SNAPSHOT</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-beans</artifactId> |
|
|
|
|
<version>4.1.0.RC2</version> |
|
|
|
|
<version>4.1.1.BUILD-SNAPSHOT</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-context</artifactId> |
|
|
|
|
<version>4.1.0.RC2</version> |
|
|
|
|
<version>4.1.1.BUILD-SNAPSHOT</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-core</artifactId> |
|
|
|
|
<version>4.1.0.RC2</version> |
|
|
|
|
<version>4.1.1.BUILD-SNAPSHOT</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
@ -136,35 +124,35 @@
@@ -136,35 +124,35 @@
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-jdbc</artifactId> |
|
|
|
|
<version>4.1.0.RC2</version> |
|
|
|
|
<version>4.1.1.BUILD-SNAPSHOT</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
<optional>true</optional> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-tx</artifactId> |
|
|
|
|
<version>4.1.0.RC2</version> |
|
|
|
|
<version>4.1.1.BUILD-SNAPSHOT</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
<optional>true</optional> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-web</artifactId> |
|
|
|
|
<version>4.1.0.RC2</version> |
|
|
|
|
<version>4.1.1.BUILD-SNAPSHOT</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
<optional>true</optional> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-webmvc</artifactId> |
|
|
|
|
<version>4.1.0.RC2</version> |
|
|
|
|
<version>4.1.1.BUILD-SNAPSHOT</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
<optional>true</optional> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-websocket</artifactId> |
|
|
|
|
<version>4.1.0.RC2</version> |
|
|
|
|
<version>4.1.1.BUILD-SNAPSHOT</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
<optional>true</optional> |
|
|
|
|
</dependency> |
|
|
|
|
@ -405,20 +393,31 @@
@@ -405,20 +393,31 @@
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-expression</artifactId> |
|
|
|
|
<version>4.1.0.RC2</version> |
|
|
|
|
<version>4.1.1.BUILD-SNAPSHOT</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-orm</artifactId> |
|
|
|
|
<version>4.1.0.RC2</version> |
|
|
|
|
<version>4.1.1.BUILD-SNAPSHOT</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-test</artifactId> |
|
|
|
|
<version>4.1.0.RC2</version> |
|
|
|
|
<version>4.1.1.BUILD-SNAPSHOT</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
<build> |
|
|
|
|
<plugins> |
|
|
|
|
<plugin> |
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
|
|
<configuration> |
|
|
|
|
<source>1.7</source> |
|
|
|
|
<target>1.7</target> |
|
|
|
|
</configuration> |
|
|
|
|
</plugin> |
|
|
|
|
</plugins> |
|
|
|
|
</build> |
|
|
|
|
</project> |
|
|
|
|
|