We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af455f commit 1ec78e5Copy full SHA for 1ec78e5
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/build.gradle
@@ -46,6 +46,8 @@ dependencies {
46
47
mavenRepository(project(path: ":spring-boot-project:spring-boot", configuration: "mavenRepository"))
48
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"))
51
52
runtimeOnly("org.sonatype.plexus:plexus-build-api")
53
0 commit comments