123456789101112131415161718192021222324252627 |
- <project>
- <extend>${basedir}/../project.xml</extend>
- <artifactId>acegi-security-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>
|