Skip to content

Commit

Permalink
[BUILD] Remove duplicated arrow-dataset dependency from gluten-data/p…
Browse files Browse the repository at this point in the history
…om.xml (apache#5703)
  • Loading branch information
zhouyifan279 authored May 13, 2024
1 parent c8c17dd commit 7324ffe
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions gluten-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7324ffe

Please sign in to comment.