From 9e54b3b0a4463036ad919b82a3fbd04426817df9 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 26 Sep 2023 22:18:06 +0200 Subject: [PATCH] Clean up artifacts netconf-netty-util does not produce a test-jar, hence we should not be declaring it. netconf-client's test-jar should be declared with scope=test to prevent it from accidentally leaking to runtime. Change-Id: I71de23653ac300c3ddb3d2c978b7fcf84d220333 Signed-off-by: Robert Varga --- artifacts/pom.xml | 7 +------ protocol/netconf-server/pom.xml | 1 - 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/artifacts/pom.xml b/artifacts/pom.xml index f8288dd67e..79534169d3 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -300,12 +300,7 @@ netconf-client ${project.version} test-jar - - - ${project.groupId} - netconf-netty-util - ${project.version} - test-jar + test diff --git a/protocol/netconf-server/pom.xml b/protocol/netconf-server/pom.xml index 543a73e943..87b65cf255 100644 --- a/protocol/netconf-server/pom.xml +++ b/protocol/netconf-server/pom.xml @@ -133,7 +133,6 @@ org.opendaylight.netconf netconf-client test-jar - test org.opendaylight.netconf -- 2.36.6