From 4c96e95ad992294c407ab998de07815f8791c283 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edd=C3=BA=20Mel=C3=A9ndez?= Date: Sat, 29 Apr 2017 14:36:23 -0500 Subject: [PATCH] Simplify Netty dependency management by importing its BOM See gh-9021 Closes gh-9050 --- spring-boot-dependencies/pom.xml | 116 ++----------------------------- 1 file changed, 4 insertions(+), 112 deletions(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 477948fe3a..02612a87da 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -137,7 +137,7 @@ 5.5.7.Final 1.9.22 3.0.0-SNAPSHOT - 4.1.9.Final + 4.1.10.Final 42.0.0 4.1.4 Bismuth-BUILD-SNAPSHOT @@ -832,118 +832,10 @@ io.netty - netty-all - ${netty.version} - - - io.netty - netty-buffer - ${netty.version} - - - io.netty - netty-codec - ${netty.version} - - - io.netty - netty-codec-dns - ${netty.version} - - - io.netty - netty-codec-haproxy - ${netty.version} - - - io.netty - netty-codec-http - ${netty.version} - - - io.netty - netty-codec-http2 - ${netty.version} - - - io.netty - netty-codec-memcache - ${netty.version} - - - io.netty - netty-codec-mqtt - ${netty.version} - - - io.netty - netty-codec-redis - ${netty.version} - - - io.netty - netty-codec-smtp - ${netty.version} - - - io.netty - netty-codec-socks - ${netty.version} - - - io.netty - netty-codec-stomp - ${netty.version} - - - io.netty - netty-codec-xml - ${netty.version} - - - io.netty - netty-common - ${netty.version} - - - io.netty - netty-handler - ${netty.version} - - - io.netty - netty-handler-proxy - ${netty.version} - - - io.netty - netty-resolver - ${netty.version} - - - io.netty - netty-resolver-dns - ${netty.version} - - - io.netty - netty-transport - ${netty.version} - - - io.netty - netty-transport-rxtx - ${netty.version} - - - io.netty - netty-transport-sctp - ${netty.version} - - - io.netty - netty-transport-udt + netty-bom ${netty.version} + import + pom io.projectreactor