File tree 1 file changed +2
-0
lines changed
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -78,9 +78,11 @@ dependencies {
78
78
intTestImplementation(" org.junit.jupiter:junit-jupiter" )
79
79
80
80
mavenRepository(project(path : " :spring-boot-project:spring-boot" , configuration : " mavenRepository" ))
81
+ mavenRepository(project(path : " :spring-boot-project:spring-boot-dependencies" , configuration : " mavenRepository" ))
81
82
mavenRepository(project(path : " :spring-boot-project:spring-boot-test" , configuration : " mavenRepository" ))
82
83
mavenRepository(project(path : " :spring-boot-project:spring-boot-devtools" , configuration : " mavenRepository" ))
83
84
mavenRepository(project(path : " :spring-boot-project:spring-boot-docker-compose" , configuration : " mavenRepository" ))
85
+ mavenRepository(project(path : " :spring-boot-project:spring-boot-starters:spring-boot-starter-parent" , configuration : " mavenRepository" ))
84
86
85
87
versionProperties(project(path : " :spring-boot-project:spring-boot-dependencies" , configuration : " effectiveBom" ))
86
88
}
You can’t perform that action at this time.
0 commit comments