Skip to content

Commit 1822b2f

Browse files
committedAug 22, 2024
Include spring-boot-starter-parent in Integration tests repository
This commit makes sure that integration tests for the Maven Plugin have access to the current "spring-boot-starter-parent" pom and its hierarchy as new integration tests rely on that. Closes gh-42000
1 parent 0b24ee8 commit 1822b2f

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
@@ -59,9 +59,11 @@ dependencies {
5959
intTestImplementation("org.junit.jupiter:junit-jupiter")
6060

6161
mavenRepository(project(path: ":spring-boot-project:spring-boot", configuration: "mavenRepository"))
62+
mavenRepository(project(path: ":spring-boot-project:spring-boot-dependencies", configuration: "mavenRepository"))
6263
mavenRepository(project(path: ":spring-boot-project:spring-boot-test", configuration: "mavenRepository"))
6364
mavenRepository(project(path: ":spring-boot-project:spring-boot-devtools", configuration: "mavenRepository"))
6465
mavenRepository(project(path: ":spring-boot-project:spring-boot-docker-compose", configuration: "mavenRepository"))
66+
mavenRepository(project(path: ":spring-boot-project:spring-boot-starters:spring-boot-starter-parent", configuration: "mavenRepository"))
6567

6668
optional("org.apache.maven.plugins:maven-shade-plugin") {
6769
exclude(group: "javax.annotation", module: "javax.annotation-api")

0 commit comments

Comments
 (0)