Promoting OpenID out of the Sandbox

This commit is contained in:
Ray Krueger 2008-01-27 02:57:57 +00:00
parent ae71e9a5bd
commit 718eddadd7
21 changed files with 14 additions and 30 deletions

View File

@ -1,30 +1,22 @@
<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>
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-sandbox</artifactId>
<version>2.0-SNAPSHOT</version>
</parent>
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId>
<version>2.0-SNAPSHOT</version>
</parent>
<artifactId>spring-security-openid</artifactId>
<name>Spring Security System - OpenID support</name>
<name>Spring Security - OpenID support</name>
<description>Spring Security - Support for OpenID</description>
<version>0.1-SNAPSHOT</version>
<!--
<repositories>
<repository>
<id>AcegiMaven</id>
<name>Acegi 3rd party repository</name>
<url>http://acegisecurity.sourceforge.net/maven</url>
<releases>
<enabled>true</enabled>
</releases>
</repository>
</repositories>
-->
<version>2.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
@ -45,15 +37,6 @@
<artifactId>openid4java</artifactId>
<version>0.9.3</version>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-servlet_2.4_spec</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>

View File

@ -21,7 +21,7 @@ import org.springframework.security.AuthenticationException;
* Indicates that OpenID authentication was cancelled
*
* @author Robin Bramley, Opsera Ltd
* @version $Id:$
* @version $Id$
*/
public class AuthenticationCancelledException extends AuthenticationException {
//~ Constructors ===================================================================================================

View File

@ -12,6 +12,7 @@
<module>adapters</module>
<module>portlet</module>
<module>ntlm</module>
<module>openid</module>
<module>samples</module>
</modules>