pom.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <groupId>org.acegisecurity</groupId>
  8. <artifactId>acegi-security-samples</artifactId>
  9. <version>1.0.6-SNAPSHOT</version>
  10. </parent>
  11. <artifactId>acegi-security-sample-attributes</artifactId>
  12. <name>Acegi Security System for Spring - Attributes sample</name>
  13. <dependencies>
  14. <dependency>
  15. <groupId>xdoclet</groupId>
  16. <artifactId>xjavadoc</artifactId>
  17. <version>1.0.2</version>
  18. </dependency>
  19. <dependency>
  20. <groupId>commons-collections</groupId>
  21. <artifactId>commons-collections</artifactId>
  22. <version>3.1</version>
  23. </dependency>
  24. <dependency>
  25. <groupId>commons-attributes</groupId>
  26. <artifactId>commons-attributes-compiler</artifactId>
  27. <version>2.1</version>
  28. </dependency>
  29. <dependency>
  30. <groupId>commons-attributes</groupId>
  31. <artifactId>commons-attributes-api</artifactId>
  32. <version>2.1</version>
  33. </dependency>
  34. <dependency>
  35. <groupId>commons-attributes</groupId>
  36. <artifactId>commons-attributes-plugin</artifactId>
  37. <version>2.1</version>
  38. <type>plugin</type>
  39. </dependency>
  40. </dependencies>
  41. </project>