From cfe020f52220ba256f8eb646f181a1e542bc7254 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 14 May 2019 13:29:03 +0200 Subject: [PATCH] Remove dependencies on controller APIs We are no longer using these, remove the declarations. Change-Id: If05a4d061e3d72caa15807dcf7eb312cbe2db0f5 Signed-off-by: Robert Varga --- netconf/mdsal-netconf-connector/pom.xml | 4 ++-- netconf/messagebus-netconf/pom.xml | 12 ------------ netconf/sal-netconf-connector/pom.xml | 13 +++++++++---- netconf/tools/netconf-testtool/pom.xml | 4 ++++ 4 files changed, 15 insertions(+), 18 deletions(-) diff --git a/netconf/mdsal-netconf-connector/pom.xml b/netconf/mdsal-netconf-connector/pom.xml index 162aeace7a..eda8c6eff7 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 397b254f84..dd00cbb8a9 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 e7b1aedff2..e1f2f95afa 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 5a268bff7e..ce007ea74b 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 -- 2.36.6