From 832887a4379b4d57150b1fe5bb0657117e2c16c1 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 12 May 2021 23:32:14 +0200 Subject: [PATCH] Further dependency cleanups We have two other unused dependencies, remove them as well. Change-Id: I2870ffd2450ce7783609bf58b1b26209adbde0fb Signed-off-by: Robert Varga --- netconf/mdsal-netconf-tcp/pom.xml | 4 ---- netconf/netconf-netty-util/pom.xml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/netconf/mdsal-netconf-tcp/pom.xml b/netconf/mdsal-netconf-tcp/pom.xml index 4a5582e2c7..d8a0ece470 100644 --- a/netconf/mdsal-netconf-tcp/pom.xml +++ b/netconf/mdsal-netconf-tcp/pom.xml @@ -26,10 +26,6 @@ ${project.groupId} netconf-api - - ${project.groupId} - netconf-util - diff --git a/netconf/netconf-netty-util/pom.xml b/netconf/netconf-netty-util/pom.xml index 18b376da55..d301b9cc5a 100644 --- a/netconf/netconf-netty-util/pom.xml +++ b/netconf/netconf-netty-util/pom.xml @@ -28,10 +28,6 @@ ${project.groupId} netconf-api - - ${project.groupId} - netconf-mapping-api - ${project.groupId} netconf-util -- 2.36.6