Skip to content

Commit

Permalink
chore(dependencies): fix snakeyaml packaged in 2 (old) versions (#3170)
Browse files Browse the repository at this point in the history
* exclude snakeyaml completely

---------

Co-authored-by: Romain Bioteau <[email protected]>
  • Loading branch information
abirembaut and rbioteau authored Sep 26, 2024
1 parent 4618c90 commit 5afcf49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bpm/bonita-web-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies {
implementation("org.restlet.jse:org.restlet.ext.jackson:${Deps.restletVersion}") {
exclude(group: "org.codehaus.woodstox", module: "woodstox-core-asl")
exclude(group: "org.codehaus.woodstox", module: "stax2-api")
exclude(group: "org.yaml", module: "snakeyaml")
}
implementation "com.fasterxml.woodstox:woodstox-core:${Deps.woodstoxCoreVersion}"
implementation libs.groovyCore
Expand Down
1 change: 1 addition & 0 deletions platform/platform-setup/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ distributions {
exclude(module: 'commons-logging')
exclude(module: 'log4j-api')
exclude(module: 'log4j-to-slf4j')
exclude(module: 'snakeyaml')
}
}
configurations.inDistrib.resolvedConfiguration.resolvedArtifacts.each {
Expand Down

0 comments on commit 5afcf49

Please sign in to comment.