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:
@@ -2,16 +2,15 @@ plugins {
|
||||
id 'java-library'
|
||||
id 'org.springframework.boot.conventions'
|
||||
id 'org.springframework.boot.deployed'
|
||||
id 'org.springframework.boot.internal-dependency-management'
|
||||
}
|
||||
|
||||
description = 'Spring Boot Loader'
|
||||
|
||||
dependencies {
|
||||
api platform(project(":spring-boot-project:spring-boot-dependencies"))
|
||||
|
||||
compileOnly "org.springframework:spring-core"
|
||||
|
||||
implementation enforcedPlatform(project(":spring-boot-project:spring-boot-dependencies"))
|
||||
|
||||
testImplementation project(":spring-boot-project:spring-boot-tools:spring-boot-test-support")
|
||||
|
||||
testImplementation "org.assertj:assertj-core"
|
||||
|
||||
Reference in New Issue
Block a user