Skip to content

Commit 8b5e51e

Browse files
SNOW-1804062: Explicitly exclude old netty-common from transitive dependencies (#2014)
1 parent d598a5a commit 8b5e51e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

parent-pom.xml

+11
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,17 @@
480480
<artifactId>arrow-memory-netty-buffer-patch</artifactId>
481481
<version>${arrow.version}</version>
482482
<scope>runtime</scope>
483+
<exclusions>
484+
<!-- We explicitly add netty dependencies in higher version, here only excluding for removing snyk issue since snyk does not understand our dependency tree -->
485+
<exclusion>
486+
<groupId>io.netty</groupId>
487+
<artifactId>netty-common</artifactId>
488+
</exclusion>
489+
<exclusion>
490+
<groupId>io.netty</groupId>
491+
<artifactId>netty-buffer</artifactId>
492+
</exclusion>
493+
</exclusions>
483494
</dependency>
484495
<dependency>
485496
<groupId>org.apache.arrow</groupId>

0 commit comments

Comments
 (0)