From 0855db6018489a3e97c72112ed3d023636777d2e Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 6 Mar 2018 19:25:57 +0100 Subject: [PATCH] Add dependency on mdsal-binding-dom-codec One of the upstreams has removed it, add it back. Change-Id: I18e1d695c5dc2a7cb35a1a9ef95c434030c192c5 Signed-off-by: Robert Varga --- netconf/messagebus-netconf/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/netconf/messagebus-netconf/pom.xml b/netconf/messagebus-netconf/pom.xml index 02b0daf261..f5b5954e0e 100644 --- a/netconf/messagebus-netconf/pom.xml +++ b/netconf/messagebus-netconf/pom.xml @@ -33,6 +33,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html pom import + + org.opendaylight.mdsal + mdsal-artifacts + 2.5.0-SNAPSHOT + pom + import + org.opendaylight.controller mdsal-artifacts @@ -87,6 +94,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${project.groupId} sal-netconf-connector + + org.opendaylight.mdsal + mdsal-binding-dom-codec + -- 2.36.6