project.xml 417 B

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