mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-02-21 20:54:42 +00:00
15 lines
440 B
XML
15 lines
440 B
XML
|
|
<project>
|
||
|
|
<extend>${basedir}/../project.xml</extend>
|
||
|
|
<dependencies>
|
||
|
|
<dependency>
|
||
|
|
<groupId>acegi</groupId>
|
||
|
|
<artifactId>acegi-security</artifactId>
|
||
|
|
<version>0.7-SNAPSHOT</version>
|
||
|
|
<url>http://acegisecurity.sourceforge.net</url>
|
||
|
|
<properties>
|
||
|
|
<war.bundle>true</war.bundle>
|
||
|
|
</properties>
|
||
|
|
</dependency>
|
||
|
|
</dependencies>
|
||
|
|
</project>
|