Revert "SEC-2547: Consistent CAS client version"

This reverts commit d9e87d8222a289460bf138208d3963e623c6b046.
This commit is contained in:
Rob Winch 2014-04-15 10:16:51 -05:00
parent 3632564972
commit 9133491da9
6 changed files with 6 additions and 6 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

@ -62,7 +62,7 @@ ext.bundlorProperties = [
secRange: "[$version, 3.3.0)",
springRange: "[$springVersion, 3.3.0)",
aspectjRange: '[1.6.0, 1.8.0)',
casRange: '[3.1.1, 3.3.1)',
casRange: '[3.1.1, 3.2.0)',
cloggingRange: '[1.0.4, 2.0.0)',
ehcacheRange: '[1.4.1, 2.5.0)',
openid4javaRange: '[0.9.5, 1.0.0)',

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>