Skip to content

Commit

Permalink
Add Spring Cloud starter bootstrap dependency
Browse files Browse the repository at this point in the history
#deploy-proxy-oppdrag

Included `spring-cloud-starter-bootstrap` for legacy bootstrap configuration. This will be temporarily used and should be removed once the new configuration is implemented.
  • Loading branch information
krharum committed Nov 5, 2024
1 parent 6f9bae6 commit c814b41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proxies/oppdrag-proxy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ dependencies {
implementation "no.nav.testnav.libs:vault"

implementation "org.springframework.boot:spring-boot-starter-webflux"
implementation "org.springframework.cloud:spring-cloud-starter-bootstrap" // TODO remove legacy bootstrap config.
implementation "org.springframework.cloud:spring-cloud-starter-vault-config"
}

0 comments on commit c814b41

Please sign in to comment.