Skip to content

Commit 1ec78e5

Browse files
committed
Add devtools and docker-compose to test maven repository
See gh-35548
1 parent 0af455f commit 1ec78e5

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ dependencies {
4646

4747
mavenRepository(project(path: ":spring-boot-project:spring-boot", configuration: "mavenRepository"))
4848
mavenRepository(project(path: ":spring-boot-project:spring-boot-test", configuration: "mavenRepository"))
49+
mavenRepository(project(path: ":spring-boot-project:spring-boot-devtools", configuration: "mavenRepository"))
50+
mavenRepository(project(path: ":spring-boot-project:spring-boot-docker-compose", configuration: "mavenRepository"))
4951

5052
runtimeOnly("org.sonatype.plexus:plexus-build-api")
5153

0 commit comments

Comments
 (0)