Skip to content

Commit

Permalink
Test fix statisk-data-forvalter
Browse files Browse the repository at this point in the history
#deploy-test-bruker-service
#deploy-test-pdl-forvalter
#deploy-test-frontend
  • Loading branch information
stigus committed Jan 14, 2025
1 parent 7baad9f commit 08681a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 1 addition & 2 deletions apps/testnorge-statisk-data-forvalter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ dependencies {
implementation "org.springframework.boot:spring-boot-starter-data-jpa"
implementation "org.springframework.boot:spring-boot-starter-web"
implementation "org.springframework.boot:spring-boot-starter-security"
implementation "org.springframework.cloud:spring-cloud-starter-bootstrap" // TODO remove legacy bootstrap config
implementation "org.springframework.cloud:spring-cloud-vault-config-databases"

implementation "org.springframework.boot:spring-boot-starter-oauth2-client"
Expand All @@ -51,7 +50,7 @@ dependencies {
testImplementation "no.nav.testnav.libs:testing"
testImplementation 'org.junit.jupiter:junit-jupiter'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

testImplementation "org.springframework.cloud:spring-cloud-contract-wiremock"
testImplementation "org.springframework.security:spring-security-test"
testImplementation "com.squareup.okhttp3:mockwebserver:$versions.okhttp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ spring:
vault:
token: dummy
enabled: false
kv:
enabled: false


consumers:
Expand Down
6 changes: 3 additions & 3 deletions plugins/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
}

dependencies {
implementation "io.spring.gradle:dependency-management-plugin:1.1.4"
implementation "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:5.0.0.4638"
implementation "org.springframework.boot:spring-boot-gradle-plugin:3.2.1"
implementation "io.spring.gradle:dependency-management-plugin:1.1.7"
implementation "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:6.0.0.5145"
implementation "org.springframework.boot:spring-boot-gradle-plugin:3.4.1"
}

0 comments on commit 08681a8

Please sign in to comment.