diff --git a/build.gradle b/build.gradle index 72a5ca1..1aba874 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,6 @@ dependencies { compile group: 'org.springframework', name: 'spring-aop', version:'3.0.0.RELEASE' compile group: 'org.springframework', name: 'spring-core', version:'3.0.0.RELEASE' compile group: 'org.springframework', name: 'spring-context', version:'3.0.0.RELEASE' - compile group: 'org.springframework', name: 'spring-expression', version:'3.0.0.RELEASE' compile group: 'commons-logging', name: 'commons-logging', version:'1.1.1' testCompile group: 'org.springframework', name: 'spring-test', version:'3.0.0.RELEASE' testCompile group: 'junit', name: 'junit', version: '4.7'