project.xml 448 B

1234567891011121314
  1. <project>
  2. <extend>${basedir}/../project.xml</extend>
  3. <artifactId>acegi-security-catalina</artifactId>
  4. <name>Acegi Security System for Spring - Catalina adapter</name>
  5. <dependencies>
  6. <dependency>
  7. <groupId>tomcat</groupId>
  8. <artifactId>catalina</artifactId>
  9. <version>4.1.9</version>
  10. <type>jar</type>
  11. <properties/>
  12. </dependency>
  13. </dependencies>
  14. </project>