project.xml 1012 B

12345678910111213141516171819202122232425262728293031323334
  1. <project>
  2. <extend>${basedir}/../project.xml</extend>
  3. <artifactId>acegi-security-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. <dependency>
  16. <groupId>hessian</groupId>
  17. <artifactId>hessian</artifactId>
  18. <version>3.0.1</version>
  19. <url>http://www.caucho.com</url>
  20. <properties>
  21. <war.bundle>true</war.bundle>
  22. </properties>
  23. </dependency>
  24. <dependency>
  25. <groupId>burlap</groupId>
  26. <artifactId>burlap</artifactId>
  27. <version>2.1.7</version>
  28. <url>http://www.caucho.com</url>
  29. <properties>
  30. <war.bundle>true</war.bundle>
  31. </properties>
  32. </dependency>
  33. </dependencies>
  34. </project>