Skip to content

Commit

Permalink
Removes the need to exclude byte-buddy due to jackson's earlier versi…
Browse files Browse the repository at this point in the history
…on bug.
  • Loading branch information
vitorpamplona committed Jun 20, 2024
1 parent 3a4e2e9 commit 0d956c2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions quartz/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ dependencies {
implementation 'net.java.dev.jna:jna:5.14.0@aar'

// Performant Parser of JSONs into Events
api(libs.jackson.module.kotlin) {
exclude(module: 'byte-buddy') // Workaround https://github.com/FasterXML/jackson-databind/issues/4428 until Jackson 2.17.1
}
api(libs.jackson.module.kotlin)

// immutable collections to avoid recomposition
api libs.kotlinx.collections.immutable
Expand Down

0 comments on commit 0d956c2

Please sign in to comment.