project.xml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project>
  3. <extend>${basedir}/../project.xml</extend>
  4. <pomVersion>1</pomVersion>
  5. <artifactId>acegi-security-sample-contacts</artifactId>
  6. <name>Acegi Security System for Spring - Contacts sample</name>
  7. <groupId>acegi-security-sample-contacts</groupId>
  8. <dependencies>
  9. <dependency>
  10. <groupId>hessian</groupId>
  11. <artifactId>hessian</artifactId>
  12. <version>3.0.1</version>
  13. <type>jar</type>
  14. <url>http://www.caucho.com</url>
  15. <properties>
  16. <war.bundle>true</war.bundle>
  17. </properties>
  18. </dependency>
  19. <dependency>
  20. <groupId>burlap</groupId>
  21. <artifactId>burlap</artifactId>
  22. <version>2.1.7</version>
  23. <type>jar</type>
  24. <url>http://www.caucho.com</url>
  25. <properties>
  26. <war.bundle>true</war.bundle>
  27. </properties>
  28. </dependency>
  29. <dependency>
  30. <groupId>springframework</groupId>
  31. <artifactId>spring-webmvc</artifactId>
  32. <version>1.1.2</version>
  33. <type>jar</type>
  34. <url>http://www.springframework.org</url>
  35. <properties>
  36. <war.bundle>true</war.bundle>
  37. </properties>
  38. </dependency>
  39. </dependencies>
  40. </project>