From 5d593a25b1178664376175945de97afc4859e467 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sun, 30 Apr 2023 18:44:13 +0200 Subject: [PATCH] Clean up callhome-protocol dependencies We have a ton of used underclared dependencies, clean that up. Change-Id: Iaae50726fb2048ef1c1c25cf2659c3743f23d12f Signed-off-by: Robert Varga --- netconf/callhome-protocol/pom.xml | 32 +++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/netconf/callhome-protocol/pom.xml b/netconf/callhome-protocol/pom.xml index 1890d9686f..7eaf5246eb 100644 --- a/netconf/callhome-protocol/pom.xml +++ b/netconf/callhome-protocol/pom.xml @@ -24,14 +24,46 @@ com.google.guava guava + + io.netty + netty-buffer + + + io.netty + netty-common + + + io.netty + netty-handler + + + io.netty + netty-transport + + + org.bouncycastle + bcprov-jdk18on + + + org.opendaylight.netconf + netconf-api + org.opendaylight.netconf netconf-client + + org.opendaylight.netconf + netconf-netty-util + org.opendaylight.netconf sal-netconf-connector + + org.opendaylight.netconf + shaded-sshd + org.opendaylight.yangtools -- 2.36.6