SEC-2260 - update pom/gradle to use current cas client library

This commit is contained in:
Hans-Joachim Kliemeck 2013-08-17 14:11:55 +02:00 committed by Rob Winch
parent 658a93178c
commit 8b1ab4e85f
2 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@ dependencies {
"org.springframework:spring-context:$springVersion",
"org.springframework:spring-beans:$springVersion",
"org.springframework:spring-web:$springVersion",
"org.jasig.cas.client:cas-client-core:3.1.12"
"org.jasig.cas.client:cas-client-core:3.2.1"
optional "net.sf.ehcache:ehcache:$ehcacheVersion"
provided "org.apache.tomcat:tomcat-servlet-api:$servletApiVersion"
}
}

View File

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