Spring Security
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
481 B

<project>
<extend>${basedir}/../project.xml</extend>
<artifactId>acegi-security-cas</artifactId>
<name>Acegi Security System for Spring - CAS adapter</name>
<dependencies>
<dependency>
<groupId>cas</groupId>
<artifactId>cas</artifactId>
<version>2.0.12</version>
<type>jar</type>
<url>http://www.yale.edu/tp/cas</url>
<properties/>
</dependency>
</dependencies>
</project>