Ensure that spring-boot-parent is imported into generated pom
Fixes gh-21518
This commit is contained in:
parent
beb7cb4b81
commit
14ba7442d9
|
|
@ -31,6 +31,7 @@ dependencies {
|
|||
asciidoctorExtensions(platform(project(":spring-boot-project:spring-boot-parent")))
|
||||
asciidoctorExtensions("io.spring.asciidoctor:spring-asciidoctor-extensions-block-switch")
|
||||
|
||||
implementation(platform(project(":spring-boot-project:spring-boot-parent")))
|
||||
implementation(project(":spring-boot-project:spring-boot-tools:spring-boot-buildpack-platform"))
|
||||
implementation(project(":spring-boot-project:spring-boot-tools:spring-boot-loader-tools"))
|
||||
implementation("io.spring.gradle:dependency-management-plugin")
|
||||
|
|
|
|||
Loading…
Reference in New Issue