We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af8e0b commit d296e66Copy full SHA for d296e66
sd-app/build.gradle
@@ -50,7 +50,11 @@ repositories {
50
51
dependencies {
52
implementation(libs.spring.boot.starter)
53
- implementation(libs.netflix.eureka.server)
+ implementation(libs.netflix.eureka.server) {
54
+ exclude(group: "com.google.guava")
55
+ exclude(group: "com.thoughtworks.xstream")
56
+ exclude(group: "software.amazon.ion")
57
+ }
58
implementation(libs.jakarta.servlet.api)
59
implementation(libs.micrometer.prometheus)
60
implementation(libs.owasp.encoder)
0 commit comments