|
@@ -4,17 +4,17 @@
|
|
|
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.acegisecurity</groupId>
|
|
|
- <artifactId>acegi-security-sandbox</artifactId>
|
|
|
+ <groupId>org.springframework.security</groupId>
|
|
|
+ <artifactId>spring-security-sandbox</artifactId>
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
</parent>
|
|
|
- <artifactId>acegi-security-sandbox-other</artifactId>
|
|
|
- <name>Acegi Security System for Spring - Sandbox other</name>
|
|
|
- <description>Acegi Security System for Spring Miscellaneus sandbox utilities</description>
|
|
|
+ <artifactId>spring-security-sandbox-other</artifactId>
|
|
|
+ <name>Spring Security - Sandbox other</name>
|
|
|
+ <description>Spring Security Miscellaneus sandbox utilities</description>
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
- <groupId>org.acegisecurity</groupId>
|
|
|
- <artifactId>acegi-security</artifactId>
|
|
|
+ <groupId>org.springframework.security</groupId>
|
|
|
+ <artifactId>spring-security-core</artifactId>
|
|
|
<version>${project.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|