2005-12-22 16:27:44 +00:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2004-11-12 21:42:43 +00:00
|
|
|
<project>
|
2004-11-16 12:14:09 +00:00
|
|
|
<extend>${basedir}/../project.xml</extend>
|
2004-12-22 03:47:55 +00:00
|
|
|
<pomVersion>3</pomVersion>
|
2004-11-16 12:14:09 +00:00
|
|
|
<artifactId>acegi-security-sample-contacts</artifactId>
|
|
|
|
<name>Acegi Security System for Spring - Contacts sample</name>
|
2005-01-14 22:35:10 +00:00
|
|
|
<siteDirectory>/home/groups/a/ac/acegisecurity/htdocs/multiproject/acegi-security-sample-contacts</siteDirectory>
|
2004-12-22 03:47:55 +00:00
|
|
|
<repository>
|
2006-04-25 00:22:00 +00:00
|
|
|
<connection>scm:svn:https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity</connection>
|
|
|
|
<developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity</developerConnection>
|
|
|
|
<url>http://svn.sourceforge.net/viewcvs.cgi/acegisecurity/trunk/acegisecurity/samples/contacts/</url>
|
2004-12-22 03:47:55 +00:00
|
|
|
</repository>
|
2004-11-12 23:52:47 +00:00
|
|
|
<dependencies>
|
2004-11-13 01:20:12 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>hessian</groupId>
|
|
|
|
<artifactId>hessian</artifactId>
|
|
|
|
<version>3.0.1</version>
|
2004-11-16 12:14:09 +00:00
|
|
|
<type>jar</type>
|
2004-11-13 01:20:12 +00:00
|
|
|
<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>
|
2004-11-16 12:14:09 +00:00
|
|
|
<type>jar</type>
|
2004-11-13 01:20:12 +00:00
|
|
|
<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>
|
2004-11-16 12:14:09 +00:00
|
|
|
|