Skip to content

Commit

Permalink
Fix compression
Browse files Browse the repository at this point in the history
  • Loading branch information
jduo committed Dec 11, 2023
1 parent 30ab220 commit eb20464
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions java/compression/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-memory-core</artifactId>
</dependency>
<dependency>
<groupId>org.immutables</groupId>
<artifactId>value</artifactId>
</dependency>
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-memory-unsafe</artifactId>
Expand Down

0 comments on commit eb20464

Please sign in to comment.