2004-11-12 16:42:43 -05:00
|
|
|
<project>
|
|
|
|
<extend>${basedir}/../project.xml</extend>
|
|
|
|
<artifactId>acegi-sample-contacts</artifactId>
|
|
|
|
<name>Acegi Security System for Spring - Contacts sample</name>
|
2004-11-12 18:52:47 -05:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>springframework</groupId>
|
|
|
|
<artifactId>spring-webmvc</artifactId>
|
|
|
|
<version>1.1</version>
|
|
|
|
<url>http://www.springframework.org</url>
|
|
|
|
<properties>
|
|
|
|
<war.bundle>true</war.bundle>
|
|
|
|
</properties>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2004-11-12 16:42:43 -05:00
|
|
|
</project>
|