2004-11-09 17:30:50 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2004-10-30 13:15:54 -04:00
|
|
|
<project>
|
2004-12-21 22:47:55 -05:00
|
|
|
<extend>${basedir}/../project.xml</extend>
|
|
|
|
<pomVersion>3</pomVersion>
|
2004-12-21 23:19:40 -05:00
|
|
|
<artifactId>acegi-security-adapters</artifactId>
|
|
|
|
<name>Acegi Security System for Spring - Adapters</name>
|
2004-12-21 22:47:55 -05:00
|
|
|
<repository>
|
2006-04-24 20:22:00 -04: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/adapters/</url>
|
2004-12-21 22:47:55 -05:00
|
|
|
</repository>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2005-12-22 11:40:22 -05:00
|
|
|
<groupId>org.acegisecurity</groupId>
|
2004-12-21 22:47:55 -05:00
|
|
|
<artifactId>acegi-security</artifactId>
|
2006-10-04 06:55:31 -04:00
|
|
|
<version>1.0.3-SNAPSHOT</version>
|
2004-12-25 02:02:31 -05:00
|
|
|
<type>jar</type>
|
2006-02-09 02:45:11 -05:00
|
|
|
<url>http://acegisecurity.org</url>
|
2004-12-21 22:47:55 -05:00
|
|
|
<properties>
|
|
|
|
<war.bundle>true</war.bundle>
|
|
|
|
</properties>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2004-10-30 13:15:54 -04:00
|
|
|
</project>
|
2004-12-21 22:47:55 -05:00
|
|
|
|