Skip to content

Commit 274ed1f

Browse files
committed
Remove unnecessary spring-instrument dependencies
Remove unnecessary spring-core dependency from spring-instrument. Issue: SPR-10732 (cherry picked from 9939c48)
1 parent 1b47f6c commit 274ed1f

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
@@ -290,10 +290,6 @@ project("spring-expression") {
290290
project("spring-instrument") {
291291
description = "Spring Instrument"
292292

293-
dependencies {
294-
compile(project(":spring-core"))
295-
}
296-
297293
jar {
298294
manifest.attributes["Premain-Class"] =
299295
"org.springframework.instrument.InstrumentationSavingAgent"

0 commit comments

Comments
 (0)