From: Robert Varga Date: Thu, 20 Oct 2022 15:00:50 +0000 (+0200) Subject: Fix transport-{api,tcp} dependencies X-Git-Tag: v4.0.3~19 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F20%2F102820%2F1;p=netconf.git Fix transport-{api,tcp} dependencies netty-common is used by api, not by tcp, fix that up. Change-Id: I338e1113506217905f6c8a779ab90d0025ccf2f1 Signed-off-by: Robert Varga --- diff --git a/transport/transport-api/pom.xml b/transport/transport-api/pom.xml index 5e5b9e11e5..e7cac1e96e 100644 --- a/transport/transport-api/pom.xml +++ b/transport/transport-api/pom.xml @@ -26,6 +26,10 @@ com.google.guava guava + + io.netty + netty-common + io.netty netty-transport diff --git a/transport/transport-tcp/pom.xml b/transport/transport-tcp/pom.xml index 347a300fbd..89794e61d4 100644 --- a/transport/transport-tcp/pom.xml +++ b/transport/transport-tcp/pom.xml @@ -27,10 +27,6 @@ com.google.guava guava - - io.netty - netty-common - io.netty netty-transport