Skip to content

Commit

Permalink
fix dependency for spark 3.5 ut
Browse files Browse the repository at this point in the history
  • Loading branch information
baibaichen committed Aug 17, 2024
1 parent 21ef631 commit e26836f
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions gluten-ut/spark35/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,38 @@
<version>${celeborn.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-memory-core</artifactId>
<version>${arrow.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-vector</artifactId>
<version>${arrow.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit e26836f

Please sign in to comment.