spring-security/sandbox/webwork/pom.xml

24 lines
881 B
XML
Raw Normal View History

<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>
2008-07-02 12:27:02 -04:00
<version>2.0.4-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>
<description>Spring Security - Support for WebWork 2</description>
2006-09-06 12:37:28 -04:00
<dependencies>
<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>