From 1731f97ea1dad53c183f80cf8df687e377585587 Mon Sep 17 00:00:00 2001 From: Xinli shang Date: Thu, 5 Aug 2021 21:01:06 -0700 Subject: [PATCH] Fix NoClassDefFoundError for JsonNode --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 8055107..b799452 100644 --- a/pom.xml +++ b/pom.xml @@ -86,6 +86,18 @@ 1.7 + + org.codehaus.jackson + jackson-core-asl + 1.9.13 + + + + org.codehaus.jackson + jackson-mapper-asl + 1.9.13 + + org.apache.hive