Skip to content

Commit 9939c48

Browse files
committed
Remove unnecessary spring-instrument dependencies
Remove unnecessary spring-core dependency from spring-instrument. Issue: SPR-10732
1 parent 50333ca commit 9939c48

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,6 @@ project("spring-expression") {
260260
project("spring-instrument") {
261261
description = "Spring Instrument"
262262

263-
dependencies {
264-
compile(project(":spring-core"))
265-
}
266-
267263
jar {
268264
manifest.attributes["Premain-Class"] =
269265
"org.springframework.instrument.InstrumentationSavingAgent"

0 commit comments

Comments
 (0)