Skip to content

Commit c1a850e

Browse files
committed
Define Spring Boot dependencies first, then override if needed
1 parent ba48878 commit c1a850e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

grails-bom/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ publishing {
3535

3636
mkp.dependencyManagement {
3737
mkp.dependencies {
38+
mkp.dependency {
39+
mkp.groupId 'org.springframework.boot'
40+
mkp.artifactId 'spring-boot-dependencies'
41+
mkp.version springBootVersion
42+
mkp.type 'pom'
43+
mkp.scope 'import'
44+
}
3845
for (sub in project.parent.subprojects) {
3946
if (sub.name == 'grails-bom') continue
4047

0 commit comments

Comments
 (0)