From 8171feecde5d187fa440f6effb2799b2986e3042 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 97c101f96b5..9bcbf814b8d 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -476,11 +476,6 @@ netty-transport-udt compile - - ${project.groupId} - netty-example - compile -