Skip to content

Commit

Permalink
Ensure that spring-boot-parent is imported into generated pom
Browse files Browse the repository at this point in the history
Fixes gh-21518
  • Loading branch information
wilkinsona committed May 20, 2020
1 parent beb7cb4 commit 14ba744
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 14ba744

Please sign in to comment.