16 lines
481 B
XML
16 lines
481 B
XML
<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>
|