From: Robert Varga Date: Tue, 6 Mar 2018 18:25:57 +0000 (+0100) Subject: Add dependency on mdsal-binding-dom-codec X-Git-Tag: release/fluorine~137 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=0855db6018489a3e97c72112ed3d023636777d2e;p=netconf.git 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 --- 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 +