From 08aa91f8df293038bc33eae7a347d25f06728749 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Jun 2017 14:04:39 +0200 Subject: [PATCH] Add dependency management for missing Netty module Commit 7d70b1b removed dependency management for native-epoll. The netty bom only provides dependency management for the classified module. This commit reintroduces dependency management for it until Netty properly provides dependency management for it [1] [1] https://github.com/netty/netty/issues/6852 Closes gh-9501 --- spring-boot-dependencies/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 95313ffd516..eb1f0af57b2 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -836,6 +836,11 @@ import pom + + io.netty + netty-transport-native-epoll + ${netty.version} + io.netty netty-transport-native-unix-common