From 1783e2f9222776be82c6805e5ac54d40fb871d7b Mon Sep 17 00:00:00 2001 From: Kazuyuki Tanimura Date: Mon, 24 Feb 2025 17:22:37 -0800 Subject: [PATCH] chore: remove jackson dependency --- pom.xml | 8 -------- spark/pom.xml | 5 ----- 2 files changed, 13 deletions(-) diff --git a/pom.xml b/pom.xml index 34a90264f..fbc33e8a8 100644 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,6 @@ under the License. 1.13.1 provided 16.0.0 - 1.9.13 2.43.0 0.8.11 4.8.8 @@ -439,13 +438,6 @@ under the License. - - org.codehaus.jackson - jackson-mapper-asl - ${codehaus.jackson.version} - test - - org.rogach scallop_${scala.binary.version} diff --git a/spark/pom.xml b/spark/pom.xml index 46cc1c3c1..3afdbfcf1 100644 --- a/spark/pom.xml +++ b/spark/pom.xml @@ -112,11 +112,6 @@ under the License. - - org.codehaus.jackson - jackson-mapper-asl - test - org.apache.parquet parquet-hadoop