12 changed files with 59 additions and 81 deletions
@ -1,32 +1,30 @@ |
|||||||
<project xmlns="http://maven.apache.org/POM/4.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"> |
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
<modelVersion>4.0.0</modelVersion> |
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
<parent> |
||||||
<modelVersion>4.0.0</modelVersion> |
<groupId>org.acegisecurity</groupId> |
||||||
<parent> |
<artifactId>acegi-security-samples</artifactId> |
||||||
<groupId>org.acegisecurity</groupId> |
<version>1.0.4</version> |
||||||
<artifactId>acegi-security-samples</artifactId> |
</parent> |
||||||
<version>1.0.4-SNAPSHOT</version> |
<groupId>org.acegisecurity</groupId> |
||||||
</parent> |
<artifactId>acegi-security-samples-tutorial</artifactId> |
||||||
<groupId>org.acegisecurity</groupId> |
<packaging>war</packaging> |
||||||
<artifactId>acegi-security-samples-tutorial</artifactId> |
<name>acegi-security-samples-tutorial</name> |
||||||
<packaging>war</packaging> |
<dependencies> |
||||||
<name>acegi-security-samples-tutorial</name> |
<dependency> |
||||||
<dependencies> |
<groupId>org.springframework</groupId> |
||||||
<dependency> |
<artifactId>spring</artifactId> |
||||||
<groupId>org.springframework</groupId> |
<version>2.0.4</version> |
||||||
<artifactId>spring</artifactId> |
</dependency> |
||||||
<version>2.0.4</version> |
<dependency> |
||||||
</dependency> |
<groupId>org.acegisecurity</groupId> |
||||||
<dependency> |
<artifactId>acegi-security</artifactId> |
||||||
<groupId>org.acegisecurity</groupId> |
<version>1.0.4</version> |
||||||
<artifactId>acegi-security</artifactId> |
</dependency> |
||||||
<version>1.0.4-SNAPSHOT</version> |
<dependency> |
||||||
</dependency> |
<groupId>net.sf.ehcache</groupId> |
||||||
<dependency> |
<artifactId>ehcache</artifactId> |
||||||
<groupId>net.sf.ehcache</groupId> |
<version>1.2.4</version> |
||||||
<artifactId>ehcache</artifactId> |
</dependency> |
||||||
<version>1.2.4</version> |
</dependencies> |
||||||
</dependency> |
|
||||||
</dependencies> |
|
||||||
|
|
||||||
</project> |
</project> |
||||||
Loading…
Reference in new issue