From de25156a48ef35b211b71121225754a267806e79 Mon Sep 17 00:00:00 2001 From: Manu <36392121+xicm@users.noreply.github.com> Date: Mon, 25 Mar 2024 11:27:23 +0800 Subject: [PATCH] [HUDI-7513] Add jackson-module-scala to spark bundle (#10877) --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 30503e46b525..2c9e1db7b31f 100644 --- a/pom.xml +++ b/pom.xml @@ -475,6 +475,7 @@ org.apache.htrace:htrace-core4 com.fasterxml.jackson.module:jackson-module-afterburner + com.fasterxml.jackson.module:jackson-module-scala_${scala.binary.version}