Skip to content

Commit

Permalink
add snappy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
oneebhkhan committed Oct 31, 2023
1 parent bb72dbd commit e0a587a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,12 @@
<version>${slf4j.version}</version>
</dependency>

<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.1.8.4</version>
</dependency>

<!-- Hoodie dependencies begin -->
<dependency>
<groupId>org.apache.hudi</groupId>
Expand Down

0 comments on commit e0a587a

Please sign in to comment.