SEC-2579: Add springio-platform plugin

This commit is contained in:
Rob Winch
2014-04-11 09:57:18 -05:00
parent e0b4945fad
commit 9a27f9f778
55 changed files with 114 additions and 152 deletions

View File

@@ -36,7 +36,7 @@ dependencies {
project(':spring-security-config'),
"org.slf4j:jcl-over-slf4j:$slf4jVersion",
"ch.qos.logback:logback-classic:$logbackVersion",
"net.sf.ehcache:ehcache:$ehcacheVersion"
"net.sf.ehcache:ehcache-core:$ehcacheVersion"
integrationTestCompile project(':spring-security-cas'),
"org.seleniumhq.selenium:selenium-htmlunit-driver:$seleniumVersion",

View File

@@ -108,8 +108,8 @@
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>1.6.2</version>
<artifactId>ehcache-core</artifactId>
<version>1.7.2</version>
<scope>runtime</scope>
</dependency>
<dependency>