Skip to content

Commit

Permalink
SNOW-983635 Hopefully correctly exclude zstd library from shading
Browse files Browse the repository at this point in the history
Description

Testing
  • Loading branch information
sfc-gh-lthiede committed Dec 22, 2023
1 parent 01966a3 commit 1b13e17
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1087,6 +1087,12 @@
<exclude>org/slf4j/**</exclude>
</excludes>
</filter>
<filter>
<artifact>com.github.luben:zstd-jni</artifact>
<excludes>
<exclude>com/github/luben/zstd/**</exclude>
</excludes>
</filter>
</filters>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
Expand Down
5 changes: 5 additions & 0 deletions public_pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,10 @@
<version>1.7.36</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
<version>1.5.0-1</version>
</dependency>
</dependencies>
</project>

0 comments on commit 1b13e17

Please sign in to comment.