Browse Source

Remove unnecessary spring-instrument dependencies

Remove unnecessary spring-core dependency from spring-instrument.

Issue: SPR-10732
(cherry picked from 9939c48)
pull/283/head
Phillip Webb 13 years ago
parent
commit
274ed1fe67
  1. 4
      build.gradle

4
build.gradle

@ -290,10 +290,6 @@ project("spring-expression") { @@ -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"

Loading…
Cancel
Save