Skip to content

Commit

Permalink
remove spring-expression dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Brown committed Mar 8, 2010
1 parent c242807 commit 24ef2a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Expand Up @@ -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'
Expand Down

0 comments on commit 24ef2a8

Please sign in to comment.