Remove unnecessary spring-instrument dependencies

Remove unnecessary spring-core dependency from spring-instrument.

Issue: SPR-10732
(cherry picked from 9939c48)
This commit is contained in:
Phillip Webb
2013-07-23 13:33:47 -07:00
parent 1b47f6c0b0
commit 274ed1fe67

View File

@@ -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"