Skip to content

Commit

Permalink
Solving CData Interface testing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
davisusanibar committed Oct 13, 2022
1 parent ab206c4 commit 1c560f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions java/c/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-format</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/format/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@

module org.apache.arrow.format {
exports org.apache.arrow.flatbuf;
requires flatbuffers.java;
requires transitive flatbuffers.java;
}

0 comments on commit 1c560f5

Please sign in to comment.