From 7740240e6a5c3f0271a03aab6fb3b29e28fc823f Mon Sep 17 00:00:00 2001 From: Liang-Chi Hsieh Date: Thu, 9 May 2024 10:51:49 -0700 Subject: [PATCH] Exclude all arrow dependencies from Spark --- pom.xml | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index cb180ee93..7b0e4dd32 100644 --- a/pom.xml +++ b/pom.xml @@ -118,6 +118,11 @@ under the License. commons-logging commons-logging + + + org.apache.arrow + * + @@ -136,7 +141,7 @@ under the License. org.apache.arrow - arrow-memory-netty + * @@ -256,7 +261,7 @@ under the License. org.apache.arrow - arrow-memory-netty + * @@ -282,7 +287,7 @@ under the License. org.apache.arrow - arrow-memory-netty + * @@ -322,6 +327,11 @@ under the License. commons-logging commons-logging + + + org.apache.arrow + * + @@ -338,6 +348,10 @@ under the License. commons-logging commons-logging + + org.apache.arrow + * + @@ -398,6 +412,11 @@ under the License. commons-logging commons-logging + + + org.apache.arrow + * +