From 7d70b1b72a57730d36f4531c5158f8b80bc7a0e5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 13 Jun 2017 10:00:37 +0100 Subject: [PATCH] Remove Netty dependency management that's now part of its bom The native-epoll and native-kqueue modules are now managed by Netty's bom. We need to retain the dependency management for native-unix-common for the time being due to a bug [1] in Netty's bom. [1] netty/netty#6849 Closes gh-9471 --- spring-boot-dependencies/pom.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index f1d78fccf97..95313ffd516 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -836,16 +836,6 @@ import pom - - io.netty - netty-transport-native-epoll - ${netty.version} - - - io.netty - netty-transport-native-kqueue - ${netty.version} - io.netty netty-transport-native-unix-common