From c55544c2ad343b1ebd38bd5db7deb9a81ccfa347 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 14 May 2019 22:07:49 +0200 Subject: [PATCH] Fix mdsal-netconf-connector dependencies sal-broker-impl is not needed and it not pulling in in-memory DS has broken the build. Fix up dependencies to pull in mdsal counterparts, which is what we really need. Change-Id: I5795877b16f55a9376e7635a360eadc962ff9b48 Signed-off-by: Robert Varga --- netconf/mdsal-netconf-connector/pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/netconf/mdsal-netconf-connector/pom.xml b/netconf/mdsal-netconf-connector/pom.xml index bbc8d3b8f3..162aeace7a 100644 --- a/netconf/mdsal-netconf-connector/pom.xml +++ b/netconf/mdsal-netconf-connector/pom.xml @@ -70,8 +70,13 @@ ietf-netconf - org.opendaylight.controller - sal-broker-impl + org.opendaylight.mdsal + mdsal-dom-broker + test + + + org.opendaylight.mdsal + mdsal-dom-inmemory-datastore test -- 2.36.6