2005-12-22 16:27:44 +00:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2004-11-07 19:57:39 +00:00
|
|
|
<project>
|
2004-11-12 23:52:22 +00:00
|
|
|
<extend>${basedir}/../project.xml</extend>
|
2004-12-22 03:47:55 +00:00
|
|
|
<pomVersion>3</pomVersion>
|
|
|
|
<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/</url>
|
2004-12-22 03:47:55 +00:00
|
|
|
</repository>
|
2004-11-12 23:52:22 +00:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2005-12-22 16:40:22 +00:00
|
|
|
<groupId>org.acegisecurity</groupId>
|
2004-11-12 23:52:22 +00:00
|
|
|
<artifactId>acegi-security</artifactId>
|
2006-02-09 08:49:33 +00:00
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
2004-12-25 07:02:31 +00:00
|
|
|
<type>jar</type>
|
2006-02-09 07:45:11 +00:00
|
|
|
<url>http://acegisecurity.org</url>
|
2004-11-12 23:52:22 +00:00
|
|
|
<properties>
|
|
|
|
<war.bundle>true</war.bundle>
|
|
|
|
</properties>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2005-03-22 11:57:32 +00:00
|
|
|
<build />
|
2004-11-07 19:57:39 +00:00
|
|
|
</project>
|
2004-11-12 23:52:22 +00:00
|
|
|
|