Added gradle file for cas and standardised ehcache version

This commit is contained in:
Luke Taylor
2009-12-08 01:54:15 +00:00
parent 0f25601f54
commit adfac7e718
5 changed files with 18 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
dependencies {
compile project(':core'),
'net.sf.ehcache:ehcache:1.4.1',
"net.sf.ehcache:ehcache:$ehcacheVersion",
"org.springframework:spring-context:$springVersion",
"org.springframework:spring-core:$springVersion",
"org.springframework:spring-tx:$springVersion",