From 34484b610a50b6d3f7baae0d67ae51e91225d64a Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 7 Nov 2018 12:51:03 +0100 Subject: [PATCH] Fix ovsdb compilation southbound-impl relied on getting its dependencies transitively: - sal-binding-api via aaa - mdsal-dom-api via sal-core-api Fix this up by specifying correct dependencies. Change-Id: Iba60e8978c29a82f77c42d7ce1ee6052613fdcea Signed-off-by: Robert Varga --- southbound/southbound-impl/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/southbound/southbound-impl/pom.xml b/southbound/southbound-impl/pom.xml index 0ef06ffbe..9c43ff1d0 100644 --- a/southbound/southbound-impl/pom.xml +++ b/southbound/southbound-impl/pom.xml @@ -31,7 +31,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller - sal-core-api + sal-binding-api + + + org.opendaylight.mdsal + mdsal-dom-api org.opendaylight.mdsal -- 2.36.6