From: Robert Varga Date: Tue, 25 Apr 2023 17:19:57 +0000 (+0200) Subject: Fix odl-netconf-test-tools packaging X-Git-Tag: v6.0.0~233 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=8f11cb0ee097877e33c389b1c85059585a4c22e4;p=netconf.git Fix odl-netconf-test-tools packaging This feature should depend on odl-netconf-connector for the southbound plugin. Fix that, eliminating packaging leaks of: - mdsal.model/ietf-topology - netconf/sal-netconf-connector - netconf/sal-netconf-connector Change-Id: Iac1951254c31df968d0c9b456ca5adb0edb71a23 Signed-off-by: Robert Varga --- diff --git a/features/netconf/odl-netconf-test-tools/pom.xml b/features/netconf/odl-netconf-test-tools/pom.xml index b6fa895e6a..886b0deeec 100644 --- a/features/netconf/odl-netconf-test-tools/pom.xml +++ b/features/netconf/odl-netconf-test-tools/pom.xml @@ -23,13 +23,19 @@ - ${project.groupId} + org.opendaylight.netconf + odl-netconf-connector + xml + features + + + org.opendaylight.netconf odl-netconf-mdsal xml features - ${project.groupId} + org.opendaylight.netconf netconf-test-perf