SEC-2206: Gradle Propdeps

This commit is contained in:
Rob Winch
2013-07-16 15:15:42 -05:00
parent 01230c76ef
commit e5fc063680
13 changed files with 63 additions and 110 deletions

View File

@@ -10,7 +10,7 @@ dependencies {
runtime project(':spring-security-config'),
"hsqldb:hsqldb:$hsqlVersion",
"net.sf.ehcache:ehcache:$ehcacheVersion",
"org.springframework:spring-context-support:$springVersion"
optional "net.sf.ehcache:ehcache:$ehcacheVersion"
}