pom.xml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <model>
  2. <modelVersion>4.0.0</modelVersion>
  3. <parent>
  4. <groupId>org.acegisecurity</groupId>
  5. <artifactId>acegi-security-parent</artifactId>
  6. <version>1.0.0-RC1</version>
  7. </parent>
  8. <artifactId>acegi-security</artifactId>
  9. <name>Acegi Security System for Spring</name>
  10. <dependencies>
  11. <dependency>
  12. <groupId>springframework</groupId>
  13. <artifactId>spring-jdbc</artifactId>
  14. <version>1.2.3</version>
  15. </dependency>
  16. <dependency>
  17. <groupId>springframework</groupId>
  18. <artifactId>spring-remoting</artifactId>
  19. <version>1.2.3</version>
  20. </dependency>
  21. <dependency>
  22. <groupId>springframework</groupId>
  23. <artifactId>spring-support</artifactId>
  24. <version>1.2.3</version>
  25. <scope>runtime</scope>
  26. </dependency>
  27. <dependency>
  28. <groupId>springframework</groupId>
  29. <artifactId>spring-mock</artifactId>
  30. <version>1.2.3</version>
  31. <scope>test</scope>
  32. </dependency>
  33. <dependency>
  34. <groupId>ehcache</groupId>
  35. <artifactId>ehcache</artifactId>
  36. <version>1.1</version>
  37. </dependency>
  38. <dependency>
  39. <groupId>cas</groupId>
  40. <artifactId>casclient</artifactId>
  41. <version>2.0.11</version>
  42. </dependency>
  43. <dependency>
  44. <groupId>commons-codec</groupId>
  45. <artifactId>commons-codec</artifactId>
  46. <version>1.3</version>
  47. </dependency>
  48. <dependency>
  49. <groupId>aspectj</groupId>
  50. <artifactId>aspectjrt</artifactId>
  51. <version>1.2</version>
  52. </dependency>
  53. <dependency>
  54. <groupId>hsqldb</groupId>
  55. <artifactId>hsqldb</artifactId>
  56. <version>1.7.3.0</version>
  57. <scope>runtime</scope>
  58. </dependency>
  59. </dependencies>
  60. </model>