project.xml 970 B

123456789101112131415161718192021222324252627
  1. <project>
  2. <extend>${basedir}/../project.xml</extend>
  3. <artifactId>acegi-security-sample-attributes</artifactId>
  4. <name>Acegi Security System for Spring - Attributes sample</name>
  5. <dependencies>
  6. <dependency>
  7. <groupId>commons-attributes</groupId>
  8. <artifactId>commons-attributes-compiler</artifactId>
  9. <version>2.1</version>
  10. </dependency>
  11. <dependency>
  12. <groupId>commons-attributes</groupId>
  13. <artifactId>commons-attributes-api</artifactId>
  14. <version>2.1</version>
  15. </dependency>
  16. <dependency>
  17. <groupId>xjavadoc</groupId>
  18. <artifactId>xjavadoc</artifactId>
  19. <version>1.0</version>
  20. </dependency>
  21. <dependency>
  22. <groupId>commons-collections</groupId>
  23. <artifactId>commons-collections</artifactId>
  24. <version>3.1</version>
  25. </dependency>
  26. </dependencies>
  27. </project>