From d738b868f86f13ca5a79ced8082ba6ff0bccaec5 Mon Sep 17 00:00:00 2001 From: Kevin Davis Date: Wed, 17 May 2023 18:02:44 -0400 Subject: [PATCH] Rollback Jackson 2.15.1 due to module incompatibilities (#2051) Jackson Core 2.15.1 includes a shaded version of the Fast Double Parser that doesn't play nicely with moditect and jdeps, so our builds are failing. This doesn't mean you can't use 2.15.1 in your project, just that we won't require it. --- jackson-jaxb/pom.xml | 1 - jackson/pom.xml | 1 - pom.xml | 5 ++--- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/jackson-jaxb/pom.xml b/jackson-jaxb/pom.xml index b285514b3..16964c824 100644 --- a/jackson-jaxb/pom.xml +++ b/jackson-jaxb/pom.xml @@ -42,7 +42,6 @@ com.fasterxml.jackson.core jackson-databind - ${jackson.version} diff --git a/jackson/pom.xml b/jackson/pom.xml index 212a0bd74..db47e4ff3 100644 --- a/jackson/pom.xml +++ b/jackson/pom.xml @@ -40,7 +40,6 @@ com.fasterxml.jackson.core jackson-databind - ${jackson.version} diff --git a/pom.xml b/pom.xml index 2947e209b..4ad972ad4 100644 --- a/pom.xml +++ b/pom.xml @@ -91,8 +91,7 @@ 4.13.2 5.9.3 - 2.15.1 - 2.15.1 + 2.15.0 3.24.2 2.2 5.3.1 @@ -355,7 +354,7 @@ com.fasterxml.jackson.core jackson-databind - ${jackson-databind.version} + ${jackson.version}