From 86792c713b560c7f3af70b4deb8abe26c19a25c7 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Tue, 18 May 2021 11:44:30 +0200 Subject: [PATCH] Don't include netty-examples as dependency for netty-all (#11273) 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: Related to 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 438e674d5f8..7a117d13133 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -466,11 +466,6 @@ netty-transport-sctp compile - - ${project.groupId} - netty-example - compile -