project.xml 556 B

1234567891011121314151617
  1. <project>
  2. <extend>${basedir}/../project.xml</extend>
  3. <artifactId>acegi-security-resin</artifactId>
  4. <name>Acegi Security System for Spring - Resin adapter</name>
  5. <dependencies>
  6. <dependency>
  7. <groupId>resin</groupId>
  8. <artifactId>resin</artifactId>
  9. <version>3.0.9</version>
  10. </dependency>
  11. <dependency>
  12. <groupId>retroweaver</groupId>
  13. <artifactId>retroweaver</artifactId>
  14. <version>1.0fcs</version>
  15. </dependency>
  16. </dependencies>
  17. </project>