Skip to content

Commit

Permalink
Removed dependency from remaining usage of dolly-apps plugin (fixes f…
Browse files Browse the repository at this point in the history
…ailure in default HealthContributorRegistry).
  • Loading branch information
rfc3092 committed Oct 22, 2024
1 parent c26f5cf commit 7b93373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/vault/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ plugins {
}

dependencies {
implementation 'org.springframework.cloud:spring-cloud-vault-config-databases'
implementation "org.springframework.cloud:spring-cloud-starter-vault-config"
}
3 changes: 1 addition & 2 deletions plugins/java/src/main/groovy/dolly-apps.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,13 @@ dependencies {

developmentOnly "org.springframework.boot:spring-boot-devtools"

implementation "com.google.cloud:spring-cloud-gcp-starter-secretmanager:$versions.gcpSecretManager" // [1] TODO: Replaces [2] once complete.
implementation "com.google.cloud:spring-cloud-gcp-starter-secretmanager:$versions.gcpSecretManager"

implementation "net.logstash.logback:logstash-logback-encoder:$versions.logback"
implementation "org.hibernate.validator:hibernate-validator"
implementation "org.projectlombok:lombok"
implementation "org.springframework.boot:spring-boot-starter-actuator"
implementation "org.springframework.boot:spring-boot-starter-webflux"
implementation "org.springframework.cloud:spring-cloud-starter-vault-config" // [2] TODO: To be replaced by [1].

runtimeOnly "io.micrometer:micrometer-registry-prometheus"

Expand Down

0 comments on commit 7b93373

Please sign in to comment.