mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 22:36:49 +01:00
Fixes a bug with the latest version of jackson
This commit is contained in:
@@ -57,7 +57,9 @@ dependencies {
|
|||||||
implementation 'net.java.dev.jna:jna:5.14.0@aar'
|
implementation 'net.java.dev.jna:jna:5.14.0@aar'
|
||||||
|
|
||||||
// Performant Parser of JSONs into Events
|
// Performant Parser of JSONs into Events
|
||||||
api libs.jackson.module.kotlin
|
api(libs.jackson.module.kotlin) {
|
||||||
|
exclude(module: 'byte-buddy') // Workaround https://github.com/FasterXML/jackson-databind/issues/4428 until Jackson 2.17.1
|
||||||
|
}
|
||||||
|
|
||||||
// immutable collections to avoid recomposition
|
// immutable collections to avoid recomposition
|
||||||
api libs.kotlinx.collections.immutable
|
api libs.kotlinx.collections.immutable
|
||||||
|
|||||||
Reference in New Issue
Block a user