Skip to content

Commit

Permalink
Fix CData related test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
jduo committed Dec 1, 2023
1 parent 8484c63 commit 869d85a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions java/c/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
<artifactId>arrow-memory-unsafe</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-format</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand Down

0 comments on commit 869d85a

Please sign in to comment.