From 558dedd660ad03e1153c101375e14caf9ae1e5a1 Mon Sep 17 00:00:00 2001 From: Otavio Rodolfo Piske Date: Tue, 20 Apr 2021 15:34:24 +0200 Subject: [PATCH] Work around Jackson conflicts for the azure-storage-blob tests This fixes GH issue #1147 --- tests/itests-azure-storage-blob/pom.xml | 27 ++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/tests/itests-azure-storage-blob/pom.xml b/tests/itests-azure-storage-blob/pom.xml index cd6c7c3d90..36cc6d9eb1 100644 --- a/tests/itests-azure-storage-blob/pom.xml +++ b/tests/itests-azure-storage-blob/pom.xml @@ -55,6 +55,31 @@ test + + com.fasterxml.jackson.core + jackson-databind + ${azure-jackson2-version} + test + + + com.fasterxml.jackson.core + jackson-core + ${azure-jackson2-version} + test + + + com.fasterxml.jackson.core + jackson-annotations + ${azure-jackson2-version} + test + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + ${azure-jackson2-version} + test + + org.apache.camel camel-azure-storage-blob @@ -88,4 +113,4 @@ - \ No newline at end of file +