Skip to content

Commit

Permalink
B - Revert no.nav.common:cxf tilbake til forrige fungerende versjon
Browse files Browse the repository at this point in the history
Co-authored-by: richardmartinsen <Richard.Martinsen@nav.no>
  • Loading branch information
thorellefsennav and richardmartinsen committed Dec 5, 2023
1 parent 053a4cd commit 8e40a97
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,15 @@ dependencies {
implementation("no.nav.security:token-validation-ktor-v2:$tokenSupportVersion")
implementation("no.nav.security:token-client-core:$tokenSupportVersion")
implementation("io.github.threeten-jaxb:threeten-jaxb-core:2.1.0")
implementation("no.nav.common:cxf:3.2023.10.23_12.41-bafec3836d28")
implementation("no.nav.common:cxf:2.2023.01.09_08.56-ae38750bc0d9")
constraints {
implementation("commons-collections:commons-collections") {
version {
require("3.2.2")
}
because("https://security.snyk.io/vuln/SNYK-JAVA-COMMONSCOLLECTIONS-30078")
}
}
implementation("jakarta.xml.bind:jakarta.xml.bind-api:4.0.1")
implementation("jakarta.xml.soap:jakarta.xml.soap-api:3.0.1")
implementation("org.apache.cxf:cxf-rt-features-logging:$cxfVersjon")
Expand Down

0 comments on commit 8e40a97

Please sign in to comment.