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

smolnar 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 6fbf5032b KNOX-3209 - Revert KNOX-3206: Include io.netty in Knox's 
final deliverable (#1097)
6fbf5032b is described below

commit 6fbf5032b13e661a414318d4f418385a9b51a075
Author: Sandor Molnar <[email protected]>
AuthorDate: Fri Oct 17 09:47:55 2025 +0200

    KNOX-3209 - Revert KNOX-3206: Include io.netty in Knox's final deliverable 
(#1097)
---
 gateway-release/pom.xml | 16 ----------------
 pom.xml                 | 24 ------------------------
 2 files changed, 40 deletions(-)

diff --git a/gateway-release/pom.xml b/gateway-release/pom.xml
index 58a2df33d..b38fa2203 100644
--- a/gateway-release/pom.xml
+++ b/gateway-release/pom.xml
@@ -485,21 +485,5 @@
             <groupId>org.apache.knox</groupId>
             <artifactId>knox-token-generation-ui</artifactId>
         </dependency>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-common</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-buffer</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-transport</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-handler</artifactId>
-        </dependency>
     </dependencies>
 </project>
diff --git a/pom.xml b/pom.xml
index 3fa4bd9ec..c3c36191e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1408,30 +1408,6 @@
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
-            <dependency>
-                <groupId>io.netty</groupId>
-                <artifactId>netty-common</artifactId>
-                <version>${netty.version}</version>
-                <scope>runtime</scope>
-            </dependency>
-            <dependency>
-                <groupId>io.netty</groupId>
-                <artifactId>netty-buffer</artifactId>
-                <version>${netty.version}</version>
-                <scope>runtime</scope>
-            </dependency>
-            <dependency>
-                <groupId>io.netty</groupId>
-                <artifactId>netty-transport</artifactId>
-                <version>${netty.version}</version>
-                <scope>runtime</scope>
-            </dependency>
-            <dependency>
-                <groupId>io.netty</groupId>
-                <artifactId>netty-handler</artifactId>
-                <version>${netty.version}</version>
-                <scope>runtime</scope>
-            </dependency>
 
             <dependency>
                 <groupId>org.springframework</groupId>

Reply via email to