Skip to content

Commit

Permalink
Removes exclusions on Spring Actuators.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc3092 committed Feb 21, 2025
1 parent 3518d2a commit a1c69b8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions apps/dolly-frontend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ sonarqube {
}
}

configurations {
configureEach {
exclude group: "org.springframework.boot", module: "spring-boot-starter-actuator"
}
}

dependencies {
implementation "io.grpc:grpc-netty:$versions.grpc"

Expand Down
6 changes: 0 additions & 6 deletions apps/endringsmelding-frontend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ sonarqube {
}
}

configurations {
configureEach {
exclude group: "org.springframework.boot", module: "spring-boot-starter-actuator"
}
}

dependencies {
implementation "io.grpc:grpc-netty:$versions.grpc"

Expand Down
6 changes: 0 additions & 6 deletions proxies/synthdata-meldekort-proxy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ sonarqube {
}
}

configurations {
configureEach {
exclude group: "org.springframework.boot", module: "spring-boot-starter-actuator"
}
}

dependencies {
implementation "no.nav.testnav.libs:data-transfer-objects"
implementation "no.nav.testnav.libs:reactive-security"
Expand Down

0 comments on commit a1c69b8

Please sign in to comment.