2006-06-22 13:27:29 -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">
|
2005-10-06 16:53:08 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
2005-12-22 10:54:37 -05:00
|
|
|
<groupId>org.acegisecurity</groupId>
|
2005-10-06 16:53:08 -04:00
|
|
|
<artifactId>acegi-security-adapters</artifactId>
|
2007-09-07 16:14:55 -04:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
2005-10-06 16:53:08 -04:00
|
|
|
</parent>
|
|
|
|
<artifactId>acegi-security-resin</artifactId>
|
|
|
|
<name>Acegi Security System for Spring - Resin adapter</name>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.caucho</groupId>
|
|
|
|
<artifactId>resin</artifactId>
|
|
|
|
<version>3.0.9</version>
|
|
|
|
</dependency>
|
2005-12-22 10:54:37 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
<version>2.3</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2005-10-06 16:53:08 -04:00
|
|
|
</dependencies>
|
2007-09-05 22:52:09 -04:00
|
|
|
</project>
|