Skip to content

Commit 210c71b

Browse files
Revert "Fix vulnerability issues coming from eureka netflix library (transitive dependencies)"
This reverts commit d296e66.
1 parent d4de3ff commit 210c71b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

sd-app/build.gradle

+1-5
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,7 @@ repositories {
5050

5151
dependencies {
5252
implementation(libs.spring.boot.starter)
53-
implementation(libs.netflix.eureka.server) {
54-
exclude(group: "com.google.guava")
55-
exclude(group: "com.thoughtworks.xstream")
56-
exclude(group: "software.amazon.ion")
57-
}
53+
implementation(libs.netflix.eureka.server)
5854
implementation(libs.jakarta.servlet.api)
5955
implementation(libs.micrometer.prometheus)
6056
implementation(libs.owasp.encoder)

0 commit comments

Comments
 (0)