From: Robert Varga Date: Tue, 14 May 2019 20:07:49 +0000 (+0200) Subject: Fix mdsal-netconf-connector dependencies X-Git-Tag: release/sodium~65 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=c55544c2ad343b1ebd38bd5db7deb9a81ccfa347;p=netconf.git 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 --- 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