mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-23 06:58:58 +00:00
35 lines
1012 B
XML
35 lines
1012 B
XML
<project>
|
|
<extend>${basedir}/../project.xml</extend>
|
|
<artifactId>acegi-security-sample-contacts</artifactId>
|
|
<name>Acegi Security System for Spring - Contacts sample</name>
|
|
<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>
|
|
<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>
|
|
</dependencies>
|
|
</project>
|