From fa44ab633636eb5125ada69e24fabe4e574ad6ca Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 30 Apr 2013 22:09:17 +0200 Subject: [PATCH] Removed unnecessary CGLIB 2.2 dependency from spring-test-mvc module (cherry picked from commit 657bd80) --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3f6d91ff22d..455638e263b 100644 --- a/build.gradle +++ b/build.gradle @@ -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")