This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 11c7f8ed4aef8f379d3d6cc1d6376eba57ec253f Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Apr 15 14:54:33 2021 +0200 Camel-Azure-Storage-Queue: The 1.0.2 is using Jackson BOM 2.11.3 and it won't work with Jackson 2.12.x --- .../camel-azure/camel-azure-storage-queue/pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/components/camel-azure/camel-azure-storage-queue/pom.xml b/components/camel-azure/camel-azure-storage-queue/pom.xml index 5e13714..e9db7ce 100644 --- a/components/camel-azure/camel-azure-storage-queue/pom.xml +++ b/components/camel-azure/camel-azure-storage-queue/pom.xml @@ -47,6 +47,27 @@ <artifactId>azure-storage-queue</artifactId> </dependency> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${azure-jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-core</artifactId> + <version>${azure-jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-annotations</artifactId> + <version>${azure-jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-xml</artifactId> + <version>${azure-jackson2-version}</version> + </dependency> + <!-- extras --> <dependency> <groupId>commons-io</groupId>