2004-11-12 23:52:22 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
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>
|
|
|
|
<connection>scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/acegisecurity:acegisecurity</connection>
|
|
|
|
<developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/acegisecurity:acegisecurity</developerConnection>
|
|
|
|
<url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/acegisecurity/acegisecurity/samples/</url>
|
|
|
|
</repository>
|
2004-11-12 23:52:22 +00:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>acegisecurity</groupId>
|
|
|
|
<artifactId>acegi-security</artifactId>
|
2005-12-03 22:41:38 +00:00
|
|
|
<version>1.0.0-RC1</version>
|
2004-12-25 07:02:31 +00:00
|
|
|
<type>jar</type>
|
2004-11-12 23:52:22 +00:00
|
|
|
<url>http://acegisecurity.sourceforge.net</url>
|
|
|
|
<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
|
|
|
|