Browse Source

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

(cherry picked from commit 657bd80)
pull/285/head
Juergen Hoeller 13 years ago committed by unknown
parent
commit
fa44ab6336
  1. 1
      build.gradle

1
build.gradle

@ -695,7 +695,6 @@ project("spring-test-mvc") { @@ -695,7 +695,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")

Loading…
Cancel
Save