Skip to content

Commit

Permalink
SNOW-983635 Add zstd-jni to dependencies in pom.xml
Browse files Browse the repository at this point in the history
Description

Testing
  • Loading branch information
sfc-gh-lthiede committed Jan 15, 2024
1 parent 21c2557 commit a61644e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,11 @@
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
<version>1.5.0-1</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit a61644e

Please sign in to comment.