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:
@@ -3,17 +3,16 @@ plugins {
|
||||
id 'org.jetbrains.kotlin.jvm'
|
||||
id 'org.springframework.boot.conventions'
|
||||
id 'org.springframework.boot.deployed'
|
||||
id 'org.springframework.boot.internal-dependency-management'
|
||||
id 'org.springframework.boot.optional-dependencies'
|
||||
}
|
||||
|
||||
description = 'Spring Boot Test'
|
||||
|
||||
dependencies {
|
||||
api platform(project(':spring-boot-project:spring-boot-dependencies'))
|
||||
implementation enforcedPlatform(project(':spring-boot-project:spring-boot-dependencies'))
|
||||
implementation project(':spring-boot-project:spring-boot')
|
||||
|
||||
optional platform(project(':spring-boot-project:spring-boot-dependencies'))
|
||||
optional enforcedPlatform(project(':spring-boot-project:spring-boot-dependencies'))
|
||||
optional 'com.fasterxml.jackson.core:jackson-databind'
|
||||
optional 'com.google.code.gson:gson'
|
||||
optional 'com.jayway.jsonpath:json-path'
|
||||
@@ -37,6 +36,7 @@ dependencies {
|
||||
optional 'org.springframework:spring-webflux'
|
||||
optional 'net.sourceforge.htmlunit:htmlunit'
|
||||
|
||||
testImplementation enforcedPlatform(project(':spring-boot-project:spring-boot-parent'))
|
||||
testImplementation project(':spring-boot-project:spring-boot-tools:spring-boot-test-support')
|
||||
testImplementation 'io.mockk:mockk'
|
||||
testImplementation 'javax.json:javax.json-api'
|
||||
|
||||
Reference in New Issue
Block a user