Skip to content

Commit f0d2503

Browse files
committed
Merge branch '3.2.x' into 3.3.x
Closes gh-42001
2 parents d4e1aed + 1822b2f commit f0d2503

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

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/build.gradle

+2
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)