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"