From 21878f8528603cbe483da2a4ff1e7910045bc45a Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Mon, 20 Feb 2017 14:06:25 +0100 Subject: [PATCH] Manage Netty in Boot dependencies --- spring-boot-dependencies/pom.xml | 35 +++++++++++++++++++++++--------- spring-boot-parent/pom.xml | 5 ----- 2 files changed, 25 insertions(+), 15 deletions(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 07b4f9eed3..372d9b1ee7 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -836,11 +836,36 @@ netty-buffer ${netty.version} + + io.netty + netty-codec + ${netty.version} + + + io.netty + netty-codec-http + ${netty.version} + + + io.netty + netty-codec-socks + ${netty.version} + + + io.netty + netty-codec-stomp + ${netty.version} + io.netty netty-common ${netty.version} + + io.netty + netty-handler + ${netty.version} + io.netty netty-handler-proxy @@ -871,16 +896,6 @@ netty-resolver-dns ${netty.version} - - io.netty - netty-codec-stomp - ${netty.version} - - - io.netty - netty-codec-socks - ${netty.version} - io.projectreactor reactor-bom diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index 256783946b..db9c9114bb 100644 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -69,11 +69,6 @@ android-json 0.0.20131108.vaadin1 - - io.netty - netty-all - 4.0.38.Final - io.spring.gradle dependency-management-plugin