Add devtools and docker-compose to test maven repository

See gh-35548
This commit is contained in:
Phillip Webb 2023-05-18 15:15:16 -07:00
parent 0af455f29b
commit 1ec78e5437

View File

@ -46,6 +46,8 @@ dependencies {
mavenRepository(project(path: ":spring-boot-project:spring-boot", configuration: "mavenRepository"))
mavenRepository(project(path: ":spring-boot-project:spring-boot-test", configuration: "mavenRepository"))
mavenRepository(project(path: ":spring-boot-project:spring-boot-devtools", configuration: "mavenRepository"))
mavenRepository(project(path: ":spring-boot-project:spring-boot-docker-compose", configuration: "mavenRepository"))
runtimeOnly("org.sonatype.plexus:plexus-build-api")