File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -78,9 +78,11 @@ dependencies {
7878 intTestImplementation(" org.junit.jupiter:junit-jupiter" )
7979
8080 mavenRepository(project(path : " :spring-boot-project:spring-boot" , configuration : " mavenRepository" ))
81+ mavenRepository(project(path : " :spring-boot-project:spring-boot-dependencies" , configuration : " mavenRepository" ))
8182 mavenRepository(project(path : " :spring-boot-project:spring-boot-test" , configuration : " mavenRepository" ))
8283 mavenRepository(project(path : " :spring-boot-project:spring-boot-devtools" , configuration : " mavenRepository" ))
8384 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" ))
8486
8587 versionProperties(project(path : " :spring-boot-project:spring-boot-dependencies" , configuration : " effectiveBom" ))
8688}
You can’t perform that action at this time.
0 commit comments