Skip to content

Commit 2c2489c

Browse files
committed
Fix CData related test failures
1 parent bfecb67 commit 2c2489c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

java/c/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@
5353
<artifactId>arrow-memory-unsafe</artifactId>
5454
<scope>test</scope>
5555
</dependency>
56+
<dependency>
57+
<groupId>org.apache.arrow</groupId>
58+
<artifactId>arrow-format</artifactId>
59+
<scope>test</scope>
60+
</dependency>
5661
<dependency>
5762
<groupId>com.google.guava</groupId>
5863
<artifactId>guava</artifactId>

0 commit comments

Comments
 (0)