Skip to content

Commit

Permalink
Define Spring Boot dependencies first, then override if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Oct 17, 2024
1 parent ba48878 commit c1a850e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions grails-bom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ publishing {

mkp.dependencyManagement {
mkp.dependencies {
mkp.dependency {
mkp.groupId 'org.springframework.boot'
mkp.artifactId 'spring-boot-dependencies'
mkp.version springBootVersion
mkp.type 'pom'
mkp.scope 'import'
}
for (sub in project.parent.subprojects) {
if (sub.name == 'grails-bom') continue

Expand Down

0 comments on commit c1a850e

Please sign in to comment.