From 5df107bfe85a5f38f29af57637672a69f0a68ed7 Mon Sep 17 00:00:00 2001 From: aktoboy Date: Fri, 5 Apr 2024 14:22:05 +0530 Subject: [PATCH] Moved jackson dependency from individual apps to root, also upgraded version to 2.16.1 --- apps/api-runtime/pom.xml | 6 ------ apps/dashboard/pom.xml | 16 ---------------- libs/utils/pom.xml | 16 ---------------- pom.xml | 16 ++++++++++++++++ 4 files changed, 16 insertions(+), 38 deletions(-) diff --git a/apps/api-runtime/pom.xml b/apps/api-runtime/pom.xml index e2e12789b0..70a30f57cc 100644 --- a/apps/api-runtime/pom.xml +++ b/apps/api-runtime/pom.xml @@ -47,12 +47,6 @@ 5.4.2 test - - com.fasterxml.jackson.core - jackson-databind - 2.12.7.1 - compile - org.apache.kafka kafka-clients diff --git a/apps/dashboard/pom.xml b/apps/dashboard/pom.xml index f6862777ab..fe60d387a3 100644 --- a/apps/dashboard/pom.xml +++ b/apps/dashboard/pom.xml @@ -161,22 +161,6 @@ twilio 8.8.0 - - - com.fasterxml.jackson.core - jackson-databind - 2.12.7.1 - - - com.fasterxml.jackson.core - jackson-core - 2.13.0 - - - com.fasterxml.jackson.core - jackson-annotations - 2.13.0 - com.fasterxml.jackson.dataformat jackson-dataformat-yaml diff --git a/libs/utils/pom.xml b/libs/utils/pom.xml index 9c190d52f5..ef81986018 100644 --- a/libs/utils/pom.xml +++ b/libs/utils/pom.xml @@ -83,33 +83,17 @@ 4.5.13 compile - - com.fasterxml.jackson.core - jackson-databind - 2.12.7.1 - compile - de.sstoehr har-reader 2.2.0 - - com.fasterxml.jackson.core - jackson-core - 2.12.2 - org.junit.jupiter junit-jupiter-api 5.4.2 test - - com.fasterxml.jackson.core - jackson-annotations - 2.12.2 - org.apache.kafka kafka-clients diff --git a/pom.xml b/pom.xml index 7a7b52da8e..a823527581 100644 --- a/pom.xml +++ b/pom.xml @@ -108,6 +108,22 @@ 4.13.1 test + + com.fasterxml.jackson.core + jackson-databind + 2.16.1 + compile + + + com.fasterxml.jackson.core + jackson-core + 2.16.1 + + + com.fasterxml.jackson.core + jackson-annotations + 2.16.1 +