From 36b663f4561458408ee68902a1db6a5cd539e1c2 Mon Sep 17 00:00:00 2001 From: zentol Date: Tue, 31 Oct 2017 21:03:31 +0100 Subject: [PATCH] [hotfix][S3] Shade jackson 2.6 --- flink-filesystems/flink-s3-fs-hadoop/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/flink-filesystems/flink-s3-fs-hadoop/pom.xml b/flink-filesystems/flink-s3-fs-hadoop/pom.xml index 2d04bf2f549..1afec781f2d 100644 --- a/flink-filesystems/flink-s3-fs-hadoop/pom.xml +++ b/flink-filesystems/flink-s3-fs-hadoop/pom.xml @@ -128,6 +128,20 @@ under the License. org.apache.avro avro + + + com.fasterxml.jackson.core + jackson-annotations + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-databind + -- GitLab