From 526f04c47c99cdfb74f2eb7d09ce19fa491a26bb Mon Sep 17 00:00:00 2001 From: Jonathan Wei Date: Tue, 8 Oct 2019 23:54:55 -0700 Subject: [PATCH] Fix missing jackson jars for hadoop ingestion (#8652) * Fix missing jackson jars for hadoop ingestion * PR comments * pom ordering * New approach * Remove all jackson-core/mapper-asl exclusions from hdfs storage --- extensions-core/hdfs-storage/pom.xml | 16 ---------------- pom.xml | 5 +++-- 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/extensions-core/hdfs-storage/pom.xml b/extensions-core/hdfs-storage/pom.xml index 49e19650fb0..fdc97d66c3f 100644 --- a/extensions-core/hdfs-storage/pom.xml +++ b/extensions-core/hdfs-storage/pom.xml @@ -77,14 +77,6 @@ org.apache.httpcomponents httpcore - - org.codehaus.jackson - jackson-core-asl - - - org.codehaus.jackson - jackson-mapper-asl - org.apache.zookeeper zookeeper @@ -185,14 +177,6 @@ org.apache.httpcomponents httpcore - - org.codehaus.jackson - jackson-core-asl - - - org.codehaus.jackson - jackson-mapper-asl - org.apache.zookeeper zookeeper diff --git a/pom.xml b/pom.xml index 64ca5559c40..4f1fb16064b 100644 --- a/pom.xml +++ b/pom.xml @@ -90,6 +90,7 @@ 1.19.3 2.6.7 + 1.9.13 2.5 3.10.6.Final @@ -908,12 +909,12 @@ org.codehaus.jackson jackson-core-asl - 1.9.13 + ${codehaus.jackson.version} org.codehaus.jackson jackson-mapper-asl - 1.9.13 + ${codehaus.jackson.version} javax.servlet