2008-02-29 09:54:15 -05: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">
|
2008-02-22 11:21:37 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
|
<artifactId>spring-security-parent</artifactId>
|
2009-12-22 17:20:01 -05:00
|
|
|
<version>3.0.1.CI-SNAPSHOT</version>
|
2008-02-22 11:21:37 -05:00
|
|
|
</parent>
|
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
|
<artifactId>spring-security-samples</artifactId>
|
|
|
|
<name>Spring Security - Samples</name>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<modules>
|
|
|
|
<module>contacts</module>
|
|
|
|
<module>tutorial</module>
|
|
|
|
<module>dms</module>
|
|
|
|
<module>preauth</module>
|
2008-02-25 11:51:06 -05:00
|
|
|
<module>openid</module>
|
2008-03-22 07:43:24 -04:00
|
|
|
<module>ldap</module>
|
2009-09-04 09:53:55 -04:00
|
|
|
<module>cas</module>
|
2009-10-11 17:39:14 -04:00
|
|
|
<!--module>aspectj</module-->
|
2008-02-22 11:21:37 -05:00
|
|
|
</modules>
|
2008-03-24 05:05:44 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2008-03-26 11:21:41 -04:00
|
|
|
<groupId>javax.servlet</groupId>
|
2008-03-24 05:05:44 -04:00
|
|
|
<artifactId>jstl</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>taglibs</groupId>
|
|
|
|
<artifactId>standard</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2005-12-22 11:17:37 -05:00
|
|
|
</project>
|