From bfc0c121e521d9bce5a949dfe6163d5710abef1c Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sun, 25 Feb 2024 10:10:27 +0100 Subject: [PATCH] Clean up netconf-test-util dependencies Use JDT annotations and do not pull in JUnit itself. Change-Id: I3e5e6425b0839b1445907da7b530138bacc38191 Signed-off-by: Robert Varga --- protocol/netconf-test-util/pom.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/protocol/netconf-test-util/pom.xml b/protocol/netconf-test-util/pom.xml index 8a001c39e9..13ebec2d3a 100644 --- a/protocol/netconf-test-util/pom.xml +++ b/protocol/netconf-test-util/pom.xml @@ -26,13 +26,12 @@ true - org.opendaylight.netconf - netconf-api + org.eclipse.jdt + org.eclipse.jdt.annotation - junit - junit - compile + org.opendaylight.netconf + netconf-api org.xmlunit -- 2.36.6