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