Revert "Rework dep management to avoid consumers picking up strict constraints"
This reverts commitb34a311d02as, having disabled the publishing of Gradle's module metadata (4f75ab5), the changes are no longer needed. See gh-19609
This commit is contained in:
@@ -5,7 +5,6 @@ plugins {
|
||||
id 'org.springframework.boot.auto-configuration'
|
||||
id 'org.springframework.boot.conventions'
|
||||
id 'org.springframework.boot.deployed'
|
||||
id 'org.springframework.boot.internal-dependency-management'
|
||||
id 'org.springframework.boot.optional-dependencies'
|
||||
}
|
||||
|
||||
@@ -17,13 +16,12 @@ configurations {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
asciidoctorExtensions platform(project(':spring-boot-project:spring-boot-dependencies'))
|
||||
asciidoctorExtensions enforcedPlatform(project(':spring-boot-project:spring-boot-dependencies'))
|
||||
asciidoctorExtensions 'org.springframework.restdocs:spring-restdocs-asciidoctor'
|
||||
|
||||
api platform(project(':spring-boot-project:spring-boot-dependencies'))
|
||||
|
||||
api project(':spring-boot-project:spring-boot-actuator')
|
||||
|
||||
implementation enforcedPlatform(project(':spring-boot-project:spring-boot-dependencies'))
|
||||
implementation project(':spring-boot-project:spring-boot')
|
||||
implementation project(':spring-boot-project:spring-boot-autoconfigure')
|
||||
implementation 'com.fasterxml.jackson.core:jackson-databind'
|
||||
@@ -31,7 +29,7 @@ dependencies {
|
||||
implementation 'org.springframework:spring-core'
|
||||
implementation 'org.springframework:spring-context'
|
||||
|
||||
optional platform(project(':spring-boot-project:spring-boot-dependencies'))
|
||||
optional enforcedPlatform(project(':spring-boot-project:spring-boot-dependencies'))
|
||||
optional 'ch.qos.logback:logback-classic'
|
||||
optional 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml'
|
||||
optional 'com.github.ben-manes.caffeine:caffeine'
|
||||
|
||||
Reference in New Issue
Block a user