From 76161fd6dfeda2797ccfde51adc03973c9d33007 Mon Sep 17 00:00:00 2001 From: Enrico Ottonello Date: Tue, 7 Dec 2021 17:07:12 +0100 Subject: [PATCH] added jackson jars 2.9.6 as not provided --- dhp-workflows/dhp-bmuse/pom.xml | 16 ++++++++++++++++ pom.xml | 6 +++--- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/dhp-workflows/dhp-bmuse/pom.xml b/dhp-workflows/dhp-bmuse/pom.xml index b615923a0..6b81f4cba 100644 --- a/dhp-workflows/dhp-bmuse/pom.xml +++ b/dhp-workflows/dhp-bmuse/pom.xml @@ -75,6 +75,22 @@ commons-compress 1.18 + + com.fasterxml.jackson.core + jackson-core + 2.9.6 + + + + com.fasterxml.jackson.core + jackson-annotations + 2.9.6 + + + com.fasterxml.jackson.core + jackson-databind + 2.9.6 + \ No newline at end of file diff --git a/pom.xml b/pom.xml index e0ce76b03..ce48868dc 100644 --- a/pom.xml +++ b/pom.xml @@ -348,20 +348,20 @@ com.fasterxml.jackson.core jackson-core ${dhp.jackson.version} - provided + com.fasterxml.jackson.core jackson-annotations ${dhp.jackson.version} - provided + com.fasterxml.jackson.core jackson-databind ${dhp.jackson.version} - provided +