Skip to content

Commit

Permalink
SNOW-1804062: Explicitly exclude old netty-common 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 d598a5a commit 981094c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions parent-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,13 @@
<artifactId>arrow-memory-netty-buffer-patch</artifactId>
<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 -->
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.arrow</groupId>
Expand Down

0 comments on commit 981094c

Please sign in to comment.