Skip to content

Commit

Permalink
SNOW-983635 Make zstd-jni a runtime dependency
Browse files Browse the repository at this point in the history
Description

Testing
  • Loading branch information
sfc-gh-lthiede committed Jan 29, 2024
1 parent 94c62bf commit 584e75c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
<version>1.5.0-1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
Expand Down Expand Up @@ -694,9 +695,6 @@
<configuration>
<failOnWarning>true</failOnWarning>
<ignoreNonCompile>true</ignoreNonCompile>
<ignoredDependencies>
<ignoredDependency>com.github.luben:zstd-jni</ignoredDependency>
</ignoredDependencies>
</configuration>
</execution>
</executions>
Expand Down
2 changes: 1 addition & 1 deletion public_pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
<version>1.5.0-1</version>
<scope>compile</scope>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 584e75c

Please sign in to comment.