From fc0dda16a9b8d23c67b91282f10938b3d8834b82 Mon Sep 17 00:00:00 2001
From: webbrain-one <295484252+webbrain-one@users.noreply.github.com>
Date: Tue, 11 Aug 2026 10:39:50 +0300
Subject: [PATCH] Fix Incompatible Jackson version exception with SparkRunner
Update Jackson dependency in pom.xml to resolve the
JsonMappingException caused by incompatible version 2.9.8.
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 0c89803..4c1946b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,6 +126,12 @@
${spark3.jackson.version}
runtime
+
+ com.fasterxml.jackson.module
+ jackson-module-scala_2.12
+ ${spark3.jackson.version}
+ runtime
+