This is an automated email from the ASF dual-hosted git repository.

pzampino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new 080d36794 KNOX-3182: Exclude netty from hadoop-common and zookeeper 
Dependencies (#1077)
080d36794 is described below

commit 080d367944a4e61244c0d75c54cfc728c32e67bc
Author: Phil Zampino <[email protected]>
AuthorDate: Tue Aug 19 16:59:02 2025 -0400

    KNOX-3182: Exclude netty from hadoop-common and zookeeper Dependencies 
(#1077)
---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index fe1d9c136..4eae53543 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1902,6 +1902,11 @@
                         <groupId>org.slf4j</groupId>
                         <artifactId>slf4j-reload4j</artifactId>
                     </exclusion>
+
+                    <exclusion>
+                        <groupId>io.netty</groupId>
+                        <artifactId>*</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>
 
@@ -2218,6 +2223,10 @@
                         <groupId>ch.qos.logback</groupId>
                         <artifactId>logback-classic</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>io.netty</groupId>
+                        <artifactId>*</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>
             <dependency>

Reply via email to