Skip to content

Commit

Permalink
Exclude jackson-bom as a dependency for Nessie
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy committed Jan 2, 2024
1 parent b84bba2 commit 36d3d85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,9 @@ project(':iceberg-nessie') {
implementation project(':iceberg-common')
implementation project(':iceberg-core')
implementation project(path: ':iceberg-bundled-guava', configuration: 'shadow')
implementation libs.nessie.client
implementation(libs.nessie.client) {
exclude group: 'com.fasterxml.jackson'
}
implementation platform(libs.jackson.bom)
implementation "com.fasterxml.jackson.core:jackson-databind"
implementation "com.fasterxml.jackson.core:jackson-core"
Expand Down

0 comments on commit 36d3d85

Please sign in to comment.