pom.xml 399 B

12345678910111213
  1. <model>
  2. <modelVersion>4.0.0</modelVersion>
  3. <parent>
  4. <groupId>net.sf.acegisecurity</groupId>
  5. <artifactId>acegi-security-samples</artifactId>
  6. <version>0.9.0-SNAPSHOT</version>
  7. </parent>
  8. <artifactId>acegi-security-sample-contacts</artifactId>
  9. <name>Acegi Security System for Spring - Contacts sample</name>
  10. <packaging>war</packaging>
  11. <dependencies>
  12. </dependencies>
  13. </model>