|
|
|
@ -1,18 +1,15 @@ |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<project> |
|
|
|
<project> |
|
|
|
<extend>${basedir}/../project.xml</extend> |
|
|
|
<extend>${basedir}/../project.xml</extend> |
|
|
|
<pomVersion>3</pomVersion> |
|
|
|
<dependencies> |
|
|
|
<dependencies> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>acegisecurity</groupId> |
|
|
|
<groupId>acegisecurity</groupId> |
|
|
|
<artifactId>acegi-security</artifactId> |
|
|
|
<artifactId>acegi-security</artifactId> |
|
|
|
<version>0.7-SNAPSHOT</version> |
|
|
|
<version>0.7-SNAPSHOT</version> |
|
|
|
<url>http://acegisecurity.sourceforge.net</url> |
|
|
|
<type>jar</type> |
|
|
|
<properties> |
|
|
|
<url>http://acegisecurity.sourceforge.net</url> |
|
|
|
<war.bundle>true</war.bundle> |
|
|
|
<properties> |
|
|
|
</properties> |
|
|
|
<war.bundle>true</war.bundle> |
|
|
|
</dependency> |
|
|
|
</properties> |
|
|
|
</dependencies> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
</project> |
|
|
|
</project> |
|
|
|
|
|
|
|
|
|
|
|
|