|
@@ -2,9 +2,7 @@
|
|
|
|
|
|
dependencies {
|
|
|
compile 'aopalliance:aopalliance:1.0',
|
|
|
- 'commons-codec:commons-codec:1.3',
|
|
|
- 'jaxen:jaxen:1.1.1',
|
|
|
- 'net.sf.ehcache:ehcache:1.4.1',
|
|
|
+ "net.sf.ehcache:ehcache:$ehcacheVersion",
|
|
|
"org.springframework:spring-aop:$springVersion",
|
|
|
"org.springframework:spring-beans:$springVersion",
|
|
|
"org.springframework:spring-core:$springVersion",
|
|
@@ -18,7 +16,6 @@ dependencies {
|
|
|
'org.apache.tomcat:annotations-api:6.0.14'
|
|
|
|
|
|
runtime 'hsqldb:hsqldb:1.8.0.7'
|
|
|
- //'asm:asm-all:2.2.3',
|
|
|
|
|
|
testCompile 'commons-collections:commons-collections:3.2',
|
|
|
"org.springframework:spring-test:$springVersion"
|