SEC-1456: Remove maven poms as we are now using gradle for the build.

This commit is contained in:
Luke Taylor
2010-08-30 19:02:19 +01:00
parent 696150f3c3
commit f4d57ab5e8
24 changed files with 0 additions and 2491 deletions

View File

@@ -1,37 +0,0 @@
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId>
<version>3.1.0.CI-SNAPSHOT</version>
</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>
<module>openid</module>
<module>ldap</module>
<module>aspectj</module>
</modules>
<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>taglibs</groupId>
<artifactId>standard</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>