SEC-2732: ehcache-core -> ehcache

This commit is contained in:
Rob Winch
2014-11-18 17:14:30 -06:00
parent 55d6d5a86a
commit 3b8f7fdd67
6 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ dependencies {
"org.springframework:spring-web:$springVersion",
"org.jasig.cas.client:cas-client-core:3.3.3"
optional "net.sf.ehcache:ehcache-core:$ehcacheVersion"
optional "net.sf.ehcache:ehcache:$ehcacheVersion"
provided "javax.servlet:javax.servlet-api:$servletApiVersion"
}