2006-10-05 06:07:18 +08:00
|
|
|
<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:37:28 +08:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
2007-09-22 19:28:12 +08:00
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
|
<artifactId>spring-security-sandbox</artifactId>
|
2007-09-08 04:14:55 +08:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
2006-09-07 00:37:28 +08:00
|
|
|
</parent>
|
2007-09-22 19:28:12 +08:00
|
|
|
<artifactId>spring-security-webwork</artifactId>
|
|
|
|
<name>Spring Security - Webwork support</name>
|
2006-09-07 00:37:28 +08:00
|
|
|
<description>Acegi Security System for Spring - Support for WebWork 2</description>
|
2007-05-23 12:20:54 +08:00
|
|
|
<version>0.3-SNAPSHOT</version>
|
2006-09-18 05:06:22 +08:00
|
|
|
|
|
|
|
<scm>
|
2006-10-05 06:07:51 +08:00
|
|
|
<connection>scm:svn:https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity/sandbox/webwork</connection>
|
|
|
|
<developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity/sandbox/webwork</developerConnection>
|
|
|
|
<url>http://svn.sourceforge.net/viewcvs.cgi/acegisecurity/trunk/acegisecurity/sandbox/webwork/</url>
|
2006-09-18 05:06:22 +08:00
|
|
|
</scm>
|
|
|
|
|
2006-09-07 00:37:28 +08:00
|
|
|
<dependencies>
|
2006-09-07 01:18:36 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>opensymphony</groupId>
|
|
|
|
<artifactId>webwork</artifactId>
|
|
|
|
<version>2.2.3</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
<version>2.4</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2006-09-07 00:37:28 +08:00
|
|
|
</dependencies>
|
2007-09-06 09:59:22 +08:00
|
|
|
</project>
|