This is an automated email from the ASF dual-hosted git repository. yihua pushed a commit to branch release-0.14.1-spark35-scala213 in repository https://gitbox.apache.org/repos/asf/hudi.git
commit de25156a48ef35b211b71121225754a267806e79 Author: Manu <[email protected]> AuthorDate: Mon Mar 25 11:27:23 2024 +0800 [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 30503e46b52..2c9e1db7b31 100644 --- a/pom.xml +++ b/pom.xml @@ -475,6 +475,7 @@ <include>org.apache.htrace:htrace-core4</include> <!-- afterburner module for jackson performance --> <include>com.fasterxml.jackson.module:jackson-module-afterburner</include> + <include>com.fasterxml.jackson.module:jackson-module-scala_${scala.binary.version}</include> </includes> </artifactSet> <relocations>
