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