project.xml 497 B

12345678910111213141516
  1. <project>
  2. <extend>${basedir}/../project.xml</extend>
  3. <artifactId>acegi-sample-contacts</artifactId>
  4. <name>Acegi Security System for Spring - Contacts sample</name>
  5. <dependencies>
  6. <dependency>
  7. <groupId>springframework</groupId>
  8. <artifactId>spring-webmvc</artifactId>
  9. <version>1.1</version>
  10. <url>http://www.springframework.org</url>
  11. <properties>
  12. <war.bundle>true</war.bundle>
  13. </properties>
  14. </dependency>
  15. </dependencies>
  16. </project>