Add springio-platform plugin

This commit is contained in:
Rob Winch
2014-04-11 09:57:18 -05:00
parent 2b3becf666
commit 00e1094178
56 changed files with 157 additions and 121 deletions

View File

@@ -37,7 +37,7 @@ dependencies {
"org.springframework:spring-context-support:$springVersion",
"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,7 +108,7 @@
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
<artifactId>ehcache-core</artifactId>
<version>2.6.5</version>
<scope>runtime</scope>
</dependency>