project.xml 481 B

123456789101112131415
  1. <project>
  2. <extend>${basedir}/../project.xml</extend>
  3. <artifactId>acegi-security-cas</artifactId>
  4. <name>Acegi Security System for Spring - CAS adapter</name>
  5. <dependencies>
  6. <dependency>
  7. <groupId>cas</groupId>
  8. <artifactId>cas</artifactId>
  9. <version>2.0.12</version>
  10. <type>jar</type>
  11. <url>http://www.yale.edu/tp/cas</url>
  12. <properties/>
  13. </dependency>
  14. </dependencies>
  15. </project>