2007-05-25 11:17:12 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<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">
|
2006-09-07 00:29:50 +08:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
2007-09-22 19:28:12 +08:00
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
|
<artifactId>spring-security-parent</artifactId>
|
2007-09-08 04:14:55 +08:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
2006-09-07 00:29:50 +08:00
|
|
|
</parent>
|
2007-09-22 19:28:12 +08:00
|
|
|
<artifactId>spring-security-sandbox</artifactId>
|
|
|
|
<name>Spring Security - Sandbox</name>
|
2006-09-07 00:37:28 +08:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>webwork</module>
|
2007-04-20 22:47:04 +08:00
|
|
|
<module>openid</module>
|
2006-09-07 00:37:28 +08:00
|
|
|
<module>other</module>
|
|
|
|
</modules>
|
|
|
|
|
2006-09-07 00:29:50 +08:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2007-09-22 19:28:12 +08:00
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
|
<artifactId>spring-security-core</artifactId>
|
2007-09-19 08:31:31 +08:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
2006-09-07 00:29:50 +08:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2007-06-19 12:08:19 +08:00
|
|
|
</project>
|