2004-11-12 21:42:43 +00:00
|
|
|
<project>
|
|
|
|
|
<extend>${basedir}/../project.xml</extend>
|
2004-11-14 21:49:42 +00:00
|
|
|
<artifactId>acegi-security-sample-contacts</artifactId>
|
2004-11-12 21:42:43 +00:00
|
|
|
<name>Acegi Security System for Spring - Contacts sample</name>
|
2004-11-12 23:52:47 +00: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>
|
2004-11-13 01:20:12 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>hessian</groupId>
|
|
|
|
|
<artifactId>hessian</artifactId>
|
|
|
|
|
<version>3.0.1</version>
|
|
|
|
|
<url>http://www.caucho.com</url>
|
|
|
|
|
<properties>
|
|
|
|
|
<war.bundle>true</war.bundle>
|
|
|
|
|
</properties>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>burlap</groupId>
|
|
|
|
|
<artifactId>burlap</artifactId>
|
|
|
|
|
<version>2.1.7</version>
|
|
|
|
|
<url>http://www.caucho.com</url>
|
|
|
|
|
<properties>
|
|
|
|
|
<war.bundle>true</war.bundle>
|
|
|
|
|
</properties>
|
|
|
|
|
</dependency>
|
2004-11-12 23:52:47 +00:00
|
|
|
</dependencies>
|
2004-11-12 21:42:43 +00:00
|
|
|
</project>
|