Skip to content

Commit

Permalink
Fix: missing dependency management for starter modules
Browse files Browse the repository at this point in the history
During the initial setup, we missed two dependencies in the BOM:

* `coffeenet-starter-logging`
* `coffeenet-starter-navigation-javascript`
  • Loading branch information
punycode committed Apr 13, 2020
1 parent efcb250 commit 65d202f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions coffeenet-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ dependencies {
api project(":coffeenet-actuator")
api project(":coffeenet-starter")
api project(":coffeenet-starter-discovery")
api project(":coffeenet-starter-logging")
api project(":coffeenet-starter-monitoring")
api project(":coffeenet-starter-navigation")
api project(":coffeenet-starter-navigation-javascript")
api project(":coffeenet-starter-navigation-thymeleaf")
api project(":coffeenet-starter-security")

Expand Down

0 comments on commit 65d202f

Please sign in to comment.