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 +