From: Robert Varga Date: Tue, 14 May 2019 20:07:49 +0000 (+0200) Subject: Fix mdsal-netconf-connector dependencies X-Git-Tag: release/neon-sr2~19^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=netconf.git;a=commitdiff_plain;h=ca0091fe92bedd8b41199cfee5308f57826576df 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 (cherry picked from commit c55544c2ad343b1ebd38bd5db7deb9a81ccfa347) --- diff --git a/netconf/mdsal-netconf-connector/pom.xml b/netconf/mdsal-netconf-connector/pom.xml index 876e002507..d5461328d0 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