[serde-jackson] Support Jackson readers and writers
This commit is contained in:
@@ -3,6 +3,7 @@ assertj = "3.26.3"
|
||||
asm = "9.7"
|
||||
autoservice = "1.1.1"
|
||||
acl = "1.3.5"
|
||||
jackson = "2.19.0"
|
||||
java-main = "8"
|
||||
java-test = "21"
|
||||
jetbrains-annotations = "26.0.1"
|
||||
@@ -25,6 +26,7 @@ asm-commons = { group = "org.ow2.asm", name = "asm-commons", version.ref = "asm"
|
||||
asm-core = { group = "org.ow2.asm", name = "asm", version.ref = "asm" }
|
||||
autoservice-annotations = { group = "com.google.auto.service", name = "auto-service-annotations", version.ref = "autoservice" }
|
||||
autoservice-processor = { group = "com.google.auto.service", name = "auto-service", version.ref = "autoservice" }
|
||||
jackson-core = { group = "com.fasterxml.jackson.core", name = "jackson-core", version.ref = "jackson" }
|
||||
jetbrains-annotations = { group = "org.jetbrains", name = "annotations", version.ref = "jetbrains-annotations" }
|
||||
jspecify-annotations = { group = "org.jspecify", name = "jspecify", version.ref = "jspecify" }
|
||||
junit-platform = { group = "org.junit", name = "junit-bom", version.ref = "junit" }
|
||||
|
||||
Reference in New Issue
Block a user