From 10e223fb623c1d341ab7d48ba1c02371db5faf94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20D=C3=BCmont?= Date: Wed, 22 Apr 2026 11:15:05 +0200 Subject: [PATCH] Declare dependency updates explicitly while leveraging bom --- cloudplatform/connectivity-ztis/pom.xml | 112 +++++++++++++----------- 1 file changed, 59 insertions(+), 53 deletions(-) diff --git a/cloudplatform/connectivity-ztis/pom.xml b/cloudplatform/connectivity-ztis/pom.xml index 764c0c057..794f4f841 100644 --- a/cloudplatform/connectivity-ztis/pom.xml +++ b/cloudplatform/connectivity-ztis/pom.xml @@ -41,63 +41,14 @@ pom import - - + io.netty - netty-handler - ${netty.version} - - - io.netty - netty-handler-proxy - ${netty.version} - - - io.netty - netty-codec - ${netty.version} - - - io.netty - netty-common - ${netty.version} - - - io.netty - netty-transport - ${netty.version} - - - io.netty - netty-codec-http - ${netty.version} - - - io.netty - netty-codec-socks - ${netty.version} - - - io.netty - netty-buffer - ${netty.version} - - - io.netty - netty-resolver - ${netty.version} - - - io.netty - netty-codec-http2 - ${netty.version} - - - io.netty - netty-transport-native-unix-common + netty-bom ${netty.version} + pom + import @@ -168,6 +119,61 @@ org.slf4j slf4j-api + + io.netty + netty-handler + runtime + + + io.netty + netty-handler-proxy + runtime + + + io.netty + netty-codec + runtime + + + io.netty + netty-common + runtime + + + io.netty + netty-transport + runtime + + + io.netty + netty-codec-http + runtime + + + io.netty + netty-codec-socks + runtime + + + io.netty + netty-buffer + runtime + + + io.netty + netty-resolver + runtime + + + io.netty + netty-codec-http2 + runtime + + + io.netty + netty-transport-native-unix-common + runtime + commons-beanutils commons-beanutils