2005-10-06 16:53:08 -04:00
|
|
|
<model>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
2005-12-04 06:20:52 -05:00
|
|
|
<groupId>org.acegisecurity</groupId>
|
2005-10-06 16:53:08 -04:00
|
|
|
<artifactId>acegi-security-parent</artifactId>
|
2005-12-04 06:20:52 -05:00
|
|
|
<version>1.0.0-RC1</version>
|
2005-10-06 16:53:08 -04:00
|
|
|
</parent>
|
|
|
|
<artifactId>acegi-security-samples</artifactId>
|
|
|
|
<name>Acegi Security System for Spring - Samples</name>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2005-12-04 06:20:52 -05:00
|
|
|
<groupId>org.acegisecurity</groupId>
|
2005-10-06 16:53:08 -04:00
|
|
|
<artifactId>acegi-security-tiger</artifactId>
|
2005-12-04 06:20:52 -05:00
|
|
|
<version>1.0.0-RC1</version>
|
2005-10-06 16:53:08 -04:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>annotations</module>
|
|
|
|
<module>attributes</module>
|
|
|
|
<!--
|
|
|
|
<module>contacts</module>
|
|
|
|
<module>contacts-tiger</module>
|
|
|
|
-->
|
|
|
|
</modules>
|
|
|
|
|
|
|
|
</model>
|