From aec27f8481eed8aaf87c5ce3cd302ea401d31573 Mon Sep 17 00:00:00 2001 From: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Sun, 6 Jun 2021 10:12:49 -0400 Subject: [PATCH] Remove usage of Jackson date and time dependency --- connector/pom.xml | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/connector/pom.xml b/connector/pom.xml index 6701225ae..471ce3415 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -11,9 +11,10 @@ connector - 4.1.59.Final - 8.5.2 4.7.0 + 8.5.2 + 2.10.2 + 4.1.59.Final @@ -23,16 +24,29 @@ 1.3.0-SNAPSHOT compile + - com.fasterxml.jackson.datatype - jackson-datatype-jsr310 - 2.10.2 + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + compile + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + compile + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} compile com.fasterxml.jackson.dataformat jackson-dataformat-yaml - 2.10.2 + ${jackson.version} compile