Skip to content

Commit

Permalink
Add devtools and docker-compose to test maven repository
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed May 18, 2023
1 parent 0af455f commit 1ec78e5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 1ec78e5

Please sign in to comment.