From 64b1a58881ad84ec8b9622f168353aa8851da282 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Tue, 18 May 2021 10:45:09 +0200 Subject: [PATCH] Don't include netty-examples as dependency for netty-all Motivation: We shouldn't include netty-examples as dependency for netty-all as this will try to pull in all sorts of dependencies which are optional. Modifications: Remove dependency on netty-examples Result: Fixes https://github.com/netty/netty/issues/11272 --- all/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index 97c101f96b5..9bcbf814b8d 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -476,11 +476,6 @@ netty-transport-udt compile - - ${project.groupId} - netty-example - compile -