5 changed files with 43 additions and 0 deletions
@ -0,0 +1,27 @@
@@ -0,0 +1,27 @@
|
||||
<project> |
||||
<extend>${basedir}/../project.xml</extend> |
||||
<artifactId>acegi-sample-attributes</artifactId> |
||||
<name>Acegi Security System for Spring - Attributes sample</name> |
||||
<dependencies> |
||||
<dependency> |
||||
<groupId>commons-attributes</groupId> |
||||
<artifactId>commons-attributes-compiler</artifactId> |
||||
<version>2.1</version> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>commons-attributes</groupId> |
||||
<artifactId>commons-attributes-api</artifactId> |
||||
<version>2.1</version> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>xjavadoc</groupId> |
||||
<artifactId>xjavadoc</artifactId> |
||||
<version>1.0</version> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>commons-collections</groupId> |
||||
<artifactId>commons-collections</artifactId> |
||||
<version>3.1</version> |
||||
</dependency> |
||||
</dependencies> |
||||
</project> |
||||
@ -0,0 +1,14 @@
@@ -0,0 +1,14 @@
|
||||
<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> |
||||
Loading…
Reference in new issue