|
@@ -15,6 +15,11 @@
|
|
|
<artifactId>spring-security-core</artifactId>
|
|
|
<version>${project.version}</version>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.security</groupId>
|
|
|
+ <artifactId>spring-security-cas-client</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-web</artifactId>
|
|
@@ -42,21 +47,9 @@
|
|
|
<dependency>
|
|
|
<groupId>net.sf.ehcache</groupId>
|
|
|
<artifactId>ehcache</artifactId>
|
|
|
- <version>1.2.4</version>
|
|
|
+ <version>1.3.0</version>
|
|
|
<scope>runtime</scope>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>javax.servlet</groupId>
|
|
|
- <artifactId>jstl</artifactId>
|
|
|
- <version>1.2</version>
|
|
|
- <scope>runtime</scope>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>taglibs</groupId>
|
|
|
- <artifactId>standard</artifactId>
|
|
|
- <version>1.0.6</version>
|
|
|
- <scope>runtime</scope>
|
|
|
- </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
<artifactId>slf4j-log4j12</artifactId>
|