mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 13:53:14 +00:00
SEC-275 Added cas-server dependency
This commit is contained in:
parent
18a99c34db
commit
059a611aa2
@ -11,6 +11,11 @@
|
|||||||
<artifactId>acegi-security-cas</artifactId>
|
<artifactId>acegi-security-cas</artifactId>
|
||||||
<name>Acegi Security System for Spring - CAS adapter</name>
|
<name>Acegi Security System for Spring - CAS adapter</name>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>cas</groupId>
|
||||||
|
<artifactId>cas-server</artifactId>
|
||||||
|
<version>3.0.4</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cas</groupId>
|
<groupId>cas</groupId>
|
||||||
<artifactId>cas</artifactId>
|
<artifactId>cas</artifactId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user