Skip to content

Commit

Permalink
Brreg vault implemenet
Browse files Browse the repository at this point in the history
#deploy-brreg-stub
  • Loading branch information
stigus committed Jan 10, 2024
1 parent ae53caf commit ebb9fb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions apps/brreg-stub/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'

implementation 'org.springframework.cloud:spring-cloud-starter-vault-config'
implementation 'org.springframework.vault:spring-vault-core:3.1.0'
implementation 'org.springframework.cloud:spring-cloud-vault-config-databases'
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'org.springframework.boot:spring-boot-starter-validation'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
package no.nav.brregstub;

import no.nav.testnav.libs.servletcore.util.VaultUtil;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

import no.nav.testnav.libs.servletcore.util.VaultUtil;


@SpringBootApplication
public class BrregApplicationLauncher {
Expand Down

0 comments on commit ebb9fb9

Please sign in to comment.