From: Robert Varga Date: Tue, 14 May 2019 11:29:03 +0000 (+0200) Subject: Remove dependencies on controller APIs X-Git-Tag: release/neon-sr2~20^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=netconf.git;a=commitdiff_plain;h=7ee80deb64be2f4081dbd8039d309c920ce6412e Remove dependencies on controller APIs We are no longer using these, remove the declarations. Change-Id: If05a4d061e3d72caa15807dcf7eb312cbe2db0f5 Signed-off-by: Robert Varga (cherry picked from commit cfe020f52220ba256f8eb646f181a1e542bc7254) --- diff --git a/netconf/mdsal-netconf-connector/pom.xml b/netconf/mdsal-netconf-connector/pom.xml index 876e002507..9e32defce4 100644 --- a/netconf/mdsal-netconf-connector/pom.xml +++ b/netconf/mdsal-netconf-connector/pom.xml @@ -54,8 +54,8 @@ - org.opendaylight.controller - sal-core-api + org.opendaylight.mdsal + mdsal-dom-api org.opendaylight.yangtools diff --git a/netconf/messagebus-netconf/pom.xml b/netconf/messagebus-netconf/pom.xml index f3de98f2c7..9e9c6ec3da 100644 --- a/netconf/messagebus-netconf/pom.xml +++ b/netconf/messagebus-netconf/pom.xml @@ -29,18 +29,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${project.groupId} ietf-netconf-notifications - - org.opendaylight.controller - sal-binding-api - - - org.opendaylight.controller - sal-core-api - - - org.opendaylight.controller - sal-common-util - org.opendaylight.yangtools yang-data-impl diff --git a/netconf/sal-netconf-connector/pom.xml b/netconf/sal-netconf-connector/pom.xml index 0837c68fcf..7531709263 100644 --- a/netconf/sal-netconf-connector/pom.xml +++ b/netconf/sal-netconf-connector/pom.xml @@ -60,12 +60,12 @@ mdsal-binding-generator-impl - org.opendaylight.mdsal.model - ietf-topology + org.opendaylight.mdsal + mdsal-dom-spi - org.opendaylight.controller - sal-broker-impl + org.opendaylight.mdsal.model + ietf-topology org.opendaylight.yangtools @@ -134,6 +134,11 @@ test-jar test + + org.opendaylight.controller + sal-common-impl + test + org.hamcrest hamcrest-core diff --git a/netconf/tools/netconf-testtool/pom.xml b/netconf/tools/netconf-testtool/pom.xml index fb054b52f1..a966c05183 100644 --- a/netconf/tools/netconf-testtool/pom.xml +++ b/netconf/tools/netconf-testtool/pom.xml @@ -113,6 +113,10 @@ org.opendaylight.netconf mdsal-netconf-monitoring + + org.opendaylight.mdsal + mdsal-dom-broker + org.opendaylight.mdsal mdsal-dom-inmemory-datastore