From 274ed1fe670f8683da548b9863c77b95d71707da Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 23 Jul 2013 13:33:47 -0700 Subject: [PATCH] Remove unnecessary spring-instrument dependencies Remove unnecessary spring-core dependency from spring-instrument. Issue: SPR-10732 (cherry picked from 9939c48) --- build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.gradle b/build.gradle index e8700bd6219..0088f371d76 100644 --- a/build.gradle +++ b/build.gradle @@ -290,10 +290,6 @@ project("spring-expression") { project("spring-instrument") { description = "Spring Instrument" - dependencies { - compile(project(":spring-core")) - } - jar { manifest.attributes["Premain-Class"] = "org.springframework.instrument.InstrumentationSavingAgent"