Skip to content

Commit

Permalink
SNOW-1804062: Explicitly exclude old netty-buffer from transitive dep…
Browse files Browse the repository at this point in the history
…endencies
  • Loading branch information
sfc-gh-dprzybysz committed Dec 20, 2024
1 parent 981094c commit c309ed8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion parent-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -481,11 +481,15 @@
<version>${arrow.version}</version>
<scope>runtime</scope>
<exclusions>
<!-- We explicitly add netty-common in higher version, here only excluding for removing snyk issue since snyk does not understand our dependency tree -->
<!-- We explicitly add netty dependencies in higher version, here only excluding for removing snyk issue since snyk does not understand our dependency tree -->
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit c309ed8

Please sign in to comment.