From a6b2a39bcc9b53c5321b704dea052a952155f7de Mon Sep 17 00:00:00 2001 From: Paul Lin Date: Wed, 10 Jan 2024 12:04:28 +0800 Subject: [PATCH 1/2] [build] fix jackson conflicts among cdc connectors (#2983) --- pom.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/pom.xml b/pom.xml index 570bc779c89..0dbab2e77a6 100644 --- a/pom.xml +++ b/pom.xml @@ -88,6 +88,7 @@ limitations under the License. 1.1.0 3.12.0 2.7.0 + 2.13.2 5.10.1 4.13.2 3.24.2 @@ -97,6 +98,36 @@ limitations under the License. + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + ${jackson.version} + + + + com.fasterxml.jackson.datatype + jackson-datatype-jdk8 + ${jackson.version} + + org.junit junit-bom From 14abd4eda35b2402d79c39d74d0fc09515e0cb9a Mon Sep 17 00:00:00 2001 From: Paul Lin Date: Mon, 18 Mar 2024 17:07:23 +0800 Subject: [PATCH 2/2] [build] use jackson-bom --- pom.xml | 30 ++++-------------------------- 1 file changed, 4 insertions(+), 26 deletions(-) diff --git a/pom.xml b/pom.xml index 0dbab2e77a6..a21c44738f0 100644 --- a/pom.xml +++ b/pom.xml @@ -99,33 +99,11 @@ limitations under the License. - com.fasterxml.jackson.core - jackson-core - ${jackson.version} - - - - com.fasterxml.jackson.core - jackson-databind - ${jackson.version} - - - - com.fasterxml.jackson.core - jackson-annotations - ${jackson.version} - - - - com.fasterxml.jackson.datatype - jackson-datatype-jsr310 - ${jackson.version} - - - - com.fasterxml.jackson.datatype - jackson-datatype-jdk8 + com.fasterxml.jackson + jackson-bom ${jackson.version} + import + pom