|
|
|
@ -1,21 +1,20 @@ |
|
|
|
<project 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" 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"> |
|
|
|
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> |
|
|
|
<parent> |
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
<artifactId>spring-security-parent</artifactId> |
|
|
|
<artifactId>spring-security-parent</artifactId> |
|
|
|
<version>2.0-SNAPSHOT</version> |
|
|
|
<version>2.0-M1</version> |
|
|
|
</parent> |
|
|
|
</parent> |
|
|
|
<artifactId>spring-security-portlet</artifactId> |
|
|
|
<artifactId>spring-security-portlet</artifactId> |
|
|
|
<name>Spring Security - Portlet support</name> |
|
|
|
<name>Spring Security - Portlet support</name> |
|
|
|
<description>Spring Security - Support for JSR 168 Portlets</description> |
|
|
|
<description>Spring Security - Support for JSR 168 Portlets</description> |
|
|
|
<version>2.0-SNAPSHOT</version> |
|
|
|
<version>2.0-M1</version> |
|
|
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
<dependencies> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
<artifactId>spring-security-core</artifactId> |
|
|
|
<artifactId>spring-security-core</artifactId> |
|
|
|
<version>2.0-SNAPSHOT</version> |
|
|
|
<version>2.0-M1</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>javax.servlet</groupId> |
|
|
|
<groupId>javax.servlet</groupId> |
|
|
|
|