Removed unnecessary CGLIB 2.2 dependency from spring-test-mvc module

This commit is contained in:
Juergen Hoeller 2013-04-30 22:09:17 +02:00
parent 0ea17c8382
commit 657bd80bf9
1 changed files with 0 additions and 1 deletions

View File

@ -677,7 +677,6 @@ project("spring-test-mvc") {
testCompile(project(":spring-context-support"))
testCompile(project(":spring-oxm"))
testCompile("com.thoughtworks.xstream:xstream:1.3.1")
testCompile("cglib:cglib-nodep:2.2")
testCompile("rome:rome:1.0")
testCompile("javax.activation:activation:1.1")
testCompile("javax.mail:mail:1.4")