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>
|
2007-09-22 07:54:13 -04:00
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
|
<artifactId>spring-security-parent</artifactId>
|
2008-04-14 03:06:44 -04:00
|
|
|
<version>2.0.1-SNAPSHOT</version>
|
2005-10-06 16:53:08 -04:00
|
|
|
</parent>
|
2007-09-22 07:54:13 -04:00
|
|
|
<artifactId>spring-security-adapters</artifactId>
|
2007-09-22 17:44:39 -04:00
|
|
|
<name>Spring Security - Adapters</name>
|
2005-12-22 10:54:37 -05:00
|
|
|
<packaging>pom</packaging>
|
2005-10-06 16:53:08 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2007-09-22 07:54:13 -04:00
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
|
<artifactId>spring-security-core</artifactId>
|
2005-12-22 10:54:37 -05:00
|
|
|
<version>${project.version}</version>
|
2005-10-06 16:53:08 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2005-12-22 10:54:37 -05:00
|
|
|
<groupId>org.springframework</groupId>
|
2005-10-06 16:53:08 -04:00
|
|
|
<artifactId>spring-mock</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<modules>
|
|
|
|
<module>catalina</module>
|
|
|
|
<module>jboss</module>
|
|
|
|
<module>jetty</module>
|
|
|
|
<module>resin</module>
|
|
|
|
</modules>
|
2007-09-05 21:59:22 -04:00
|
|
|
</project>
|