Add devtools and docker-compose to test maven repository
See gh-35548
This commit is contained in:
parent
0af455f29b
commit
1ec78e5437
|
|
@ -46,6 +46,8 @@ dependencies {
|
||||||
|
|
||||||
mavenRepository(project(path: ":spring-boot-project:spring-boot", configuration: "mavenRepository"))
|
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-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")
|
runtimeOnly("org.sonatype.plexus:plexus-build-api")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue