Revert "SEC-2547: Consistent CAS client version"

This reverts commit f6cc9d87d5.
This commit is contained in:
Rob Winch 2014-04-15 10:36:37 -05:00
parent f6cc9d87d5
commit 5b216bd0b2
5 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ dependencies {
"org.springframework:spring-context:$springVersion",
"org.springframework:spring-beans:$springVersion",
"org.springframework:spring-web:$springVersion",
"org.jasig.cas.client:cas-client-core:3.3.1"
"org.jasig.cas.client:cas-client-core:3.2.1"
optional "net.sf.ehcache:ehcache:$ehcacheVersion"

View File

@ -52,7 +52,7 @@
<dependency>
<groupId>org.jasig.cas.client</groupId>
<artifactId>cas-client-core</artifactId>
<version>3.3.1</version>
<version>3.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>

View File

@ -8759,7 +8759,7 @@ The CAS module provides integration with JA-SIG CAS.
|
| cas-client-core
| 3.3.1
| 3.1.12
| The JA-SIG CAS Client. This is the basis of the Spring Security integration.
| ehcache

View File

@ -30,7 +30,7 @@ dependencies {
compile project(':spring-security-core'),
project(':spring-security-cas'),
"org.jasig.cas.client:cas-client-core:3.3.1"
"org.jasig.cas.client:cas-client-core:3.1.12"
runtime project(':spring-security-web'),
project(':spring-security-config'),

View File

@ -60,7 +60,7 @@
<dependency>
<groupId>org.jasig.cas.client</groupId>
<artifactId>cas-client-core</artifactId>
<version>3.3.1</version>
<version>3.1.12</version>
<scope>compile</scope>
</dependency>
<dependency>