Skip to content

Commit

Permalink
IGNITE-18025 Added .ref postfix to jackson-core version. Fixes apache…
Browse files Browse the repository at this point in the history
…#1281

Signed-off-by: Slava Koptilin <slava.koptilin@gmail.com>
  • Loading branch information
PakhomovAlexander authored and slukyano committed Nov 7, 2022
1 parent 3199019 commit 81274e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ picocli-annotation-processor = { module = "info.picocli:picocli-codegen", versio

jansi-core = { module = "org.fusesource.jansi:jansi", version.ref = "jansi" }

jackson-core = { module = "com.fasterxml.jackson.core:jackson-core", version = "jackson" }
jackson-core = { module = "com.fasterxml.jackson.core:jackson-core", version.ref = "jackson" }
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jackson" }
jackson-annotations = { module = "com.fasterxml.jackson.core:jackson-annotations", version.ref = "jackson" }

Expand Down

0 comments on commit 81274e7

Please sign in to comment.