SEC-886
upgraded to the most recent CAS Client for Java (3.1.3)
This commit is contained in:
parent
c56d524bd9
commit
d7f194df78
|
@ -31,7 +31,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jasig.cas</groupId>
|
<groupId>org.jasig.cas</groupId>
|
||||||
<artifactId>cas-client-core</artifactId>
|
<artifactId>cas-client-core</artifactId>
|
||||||
<version>3.1.1</version>
|
<version>3.1.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.sf.ehcache</groupId>
|
<groupId>net.sf.ehcache</groupId>
|
||||||
|
@ -54,7 +54,7 @@
|
||||||
javax.servlet.*;version="[2.4.0, 3.0.0)";resolution:=optional,
|
javax.servlet.*;version="[2.4.0, 3.0.0)";resolution:=optional,
|
||||||
net.sf.ehcache.*;version="[1.4.1, 2.0.0)";resolution:=optional,
|
net.sf.ehcache.*;version="[1.4.1, 2.0.0)";resolution:=optional,
|
||||||
org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",
|
org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",
|
||||||
org.jasig.cas.client.*;version="[3.1.1, 4.0.0)"
|
org.jasig.cas.client.*;version="[3.1.3, 4.0.0)"
|
||||||
</spring.osgi.import>
|
</spring.osgi.import>
|
||||||
|
|
||||||
<spring.osgi.private.pkg>
|
<spring.osgi.private.pkg>
|
||||||
|
|
Loading…
Reference in New Issue