Skip to content

Commit

Permalink
Litt meir ordentleg variant
Browse files Browse the repository at this point in the history
  • Loading branch information
madsop-nav committed Feb 21, 2024
1 parent 4c75956 commit 57b10dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion apps/etterlatte-proxy/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ dependencies {
implementation(libs.cxf.logging)
implementation(libs.cxf.jax.ws)
implementation(libs.cxf.transports.http)
implementation(libs.cxf.ws.security)
implementation(libs.cxf.ws.security) {
exclude("com.google.guava:guava")
}
implementation(libs.micrometer.prometheus)
implementation(libs.jacksonDatatypejsr310)

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ cxf-logging = { module = "org.apache.cxf:cxf-rt-features-logging", version.ref =
cxf-jax-ws = { module = "org.apache.cxf:cxf-rt-frontend-jaxws", version.ref = "cxf-version" }
cxf-transports-http = { module = "org.apache.cxf:cxf-rt-transports-http", version.ref = "cxf-version" }
cxf-ws-security = { module = "org.apache.cxf:cxf-rt-ws-security", version.ref = "cxf-version" }
guava = { module = "com.google.guava:guava", version = "32.1.1-jre"} # workaround for å omgå https://github.com/google/guava/issues/6657
guava = { module = "com.google.guava:guava", version = "32.1.2-jre"} # workaround for å omgå https://github.com/google/guava/issues/6657

0 comments on commit 57b10dd

Please sign in to comment.