2006-10-04 18:07:18 -04: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-06 12:37:28 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
2007-09-22 07:28:12 -04:00
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
|
<artifactId>spring-security-sandbox</artifactId>
|
2007-09-07 16:14:55 -04:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
2006-09-06 12:37:28 -04:00
|
|
|
</parent>
|
2007-09-22 07:28:12 -04:00
|
|
|
<artifactId>spring-security-webwork</artifactId>
|
|
|
|
<name>Spring Security - Webwork support</name>
|
2007-09-22 17:44:39 -04:00
|
|
|
<description>Spring Security - Support for WebWork 2</description>
|
2007-05-23 00:20:54 -04:00
|
|
|
<version>0.3-SNAPSHOT</version>
|
2006-09-17 17:06:22 -04:00
|
|
|
|
2006-09-06 12:37:28 -04:00
|
|
|
<dependencies>
|
2006-09-06 13:18:36 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>opensymphony</groupId>
|
|
|
|
<artifactId>webwork</artifactId>
|
|
|
|
<version>2.2.3</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
</dependency>
|
2006-09-06 12:37:28 -04:00
|
|
|
</dependencies>
|
2007-09-05 21:59:22 -04:00
|
|
|
</project>
|