Remove unnecessary spring-instrument dependencies
Remove unnecessary spring-core dependency from spring-instrument. Issue: SPR-10732
This commit is contained in:
@@ -260,10 +260,6 @@ project("spring-expression") {
|
|||||||
project("spring-instrument") {
|
project("spring-instrument") {
|
||||||
description = "Spring Instrument"
|
description = "Spring Instrument"
|
||||||
|
|
||||||
dependencies {
|
|
||||||
compile(project(":spring-core"))
|
|
||||||
}
|
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
manifest.attributes["Premain-Class"] =
|
manifest.attributes["Premain-Class"] =
|
||||||
"org.springframework.instrument.InstrumentationSavingAgent"
|
"org.springframework.instrument.InstrumentationSavingAgent"
|
||||||
|
|||||||
Reference in New Issue
Block a user