File tree 2 files changed +1
-9
lines changed
2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ dependencies {
25
25
implementation(" org.springframework.boot:spring-boot-starter-actuator" )
26
26
implementation(" org.springframework.boot:spring-boot-starter-webflux" )
27
27
implementation(" org.springframework.boot:spring-boot-starter-validation" )
28
- implementation(" org.springframework.boot:spring-boot-starter-validation" )
29
28
implementation(" com.google.cloud:spring-cloud-gcp-starter-storage:$googleCloudVersion " )
30
29
implementation(" org.projectreactor:reactor-spring:1.0.1.RELEASE" )
31
30
Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ no.nav.security.jwt:
20
20
discoveryurl : ${AZURE_APP_WELL_KNOWN_URL}
21
21
accepted_audience : ${AZURE_APP_CLIENT_ID}
22
22
23
- navCallIdName : Nav-Callid
24
-
25
23
management :
26
24
endpoint :
27
25
health :
@@ -35,9 +33,4 @@ management:
35
33
export :
36
34
enabled : true
37
35
tracing :
38
- baggage :
39
- remote-fields :
40
- - ${navCallIdName}
41
- correlation :
42
- fields :
43
- - ${navCallIdName}
36
+ enabled : false
You can’t perform that action at this time.
0 commit comments