From 6eaa69305ae0dc9c498de0ea46e4ae0457f37df3 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 28 Mar 2024 14:31:31 +0100 Subject: [PATCH] Fix transport-http dependency We have a missing netty-handler dependency, eliciting a warning. Fix that. JIRA: NETCONF-1248 Change-Id: I8021408a56a22855b85c3417d010454058854e3e Signed-off-by: Robert Varga --- transport/transport-http/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/transport/transport-http/pom.xml b/transport/transport-http/pom.xml index 3ec4ead353..c425c2ab74 100644 --- a/transport/transport-http/pom.xml +++ b/transport/transport-http/pom.xml @@ -46,6 +46,10 @@ io.netty netty-codec-http2 + + io.netty + netty-handler + io.netty netty-transport -- 2.36.6