Skip to content

Commit

Permalink
SNOW-983635 Add zstd-jni as explicit dependency but exclude it from c…
Browse files Browse the repository at this point in the history
…hecking for unused dependencies

Description

Testing
  • Loading branch information
sfc-gh-lthiede committed Jan 18, 2024
1 parent 9489241 commit eed81af
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
<version>1.5.0-1</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
Expand Down Expand Up @@ -689,6 +694,9 @@
<configuration>
<failOnWarning>true</failOnWarning>
<ignoreNonCompile>true</ignoreNonCompile>
<ignoredDependencies>
<ignoredDependency>com.github.luben:zstd-jni</ignoredDependency>
</ignoredDependencies>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit eed81af

Please sign in to comment.