diff --git a/build.gradle b/build.gradle index 81c14d3a32e..74dfea9f528 100644 --- a/build.gradle +++ b/build.gradle @@ -260,10 +260,6 @@ project("spring-expression") { project("spring-instrument") { description = "Spring Instrument" - dependencies { - compile(project(":spring-core")) - } - jar { manifest.attributes["Premain-Class"] = "org.springframework.instrument.InstrumentationSavingAgent"