From 657e73f9b157a1ed4d6e6e515ae8f63156061b88 Mon Sep 17 00:00:00 2001 From: Sivabalan Narayanan Date: Mon, 1 Mar 2021 12:34:10 -0500 Subject: [PATCH] [HUDI-1540] Fixing commons codec dependency in bundle jars (#2562) - Actually including `commons-codec` into the spark/utilities bundles --- packaging/hudi-spark-bundle/pom.xml | 1 + packaging/hudi-utilities-bundle/pom.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/packaging/hudi-spark-bundle/pom.xml b/packaging/hudi-spark-bundle/pom.xml index 19184bf58..ba91f5498 100644 --- a/packaging/hudi-spark-bundle/pom.xml +++ b/packaging/hudi-spark-bundle/pom.xml @@ -112,6 +112,7 @@ org.apache.hbase:hbase-protocol org.apache.hbase:hbase-server org.apache.htrace:htrace-core + commons-codec:commons-codec diff --git a/packaging/hudi-utilities-bundle/pom.xml b/packaging/hudi-utilities-bundle/pom.xml index 20ebe76e3..1a352f364 100644 --- a/packaging/hudi-utilities-bundle/pom.xml +++ b/packaging/hudi-utilities-bundle/pom.xml @@ -123,6 +123,7 @@ org.apache.hbase:hbase-protocol org.apache.hbase:hbase-server org.apache.htrace:htrace-core + commons-codec:commons-codec