Skip to content

Commit

Permalink
Merge pull request #13786 from codeconsole/7.0.x-spring-bom
Browse files Browse the repository at this point in the history
Define Spring Boot dependencies first, then override if needed
  • Loading branch information
codeconsole authored Oct 17, 2024
2 parents ba48878 + c1a850e commit 0342bd1
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 0342bd1

Please sign in to comment.