This is an automated email from the ASF dual-hosted git repository.

ulyssesyou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 7324ffe22 [BUILD] Remove duplicated arrow-dataset dependency from 
gluten-data/pom.xml (#5703)
7324ffe22 is described below

commit 7324ffe221ee8aa2ba0985011e1a4146d0c9995a
Author: zhouyifan279 <88070094+zhouyifan...@users.noreply.github.com>
AuthorDate: Mon May 13 12:54:32 2024 +0800

    [BUILD] Remove duplicated arrow-dataset dependency from gluten-data/pom.xml 
(#5703)
---
 gluten-data/pom.xml | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/gluten-data/pom.xml b/gluten-data/pom.xml
index 1e4438b84..bb84a06b4 100644
--- a/gluten-data/pom.xml
+++ b/gluten-data/pom.xml
@@ -165,34 +165,6 @@
       </exclusions>
       <scope>compile</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.arrow</groupId>
-      <artifactId>arrow-dataset</artifactId>
-      <version>${arrow.version}</version>
-      <exclusions>
-        <exclusion>
-          <groupId>io.netty</groupId>
-          <artifactId>netty-common</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>io.netty</groupId>
-          <artifactId>netty-buffer</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>com.fasterxml.jackson.core</groupId>
-          <artifactId>jackson-core</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>com.fasterxml.jackson.core</groupId>
-          <artifactId>jackson-annotations</artifactId>
-        </exclusion>
-        <exclusion>
-          <artifactId>protobuf-java</artifactId>
-          <groupId>com.google.protobuf</groupId>
-        </exclusion>
-      </exclusions>
-      <scope>compile</scope>
-    </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-common</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@gluten.apache.org
For additional commands, e-mail: commits-h...@gluten.apache.org

Reply via email to