From 0c7d4c0fabefe132a74fa66fa5b9ec7655a41d2c Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 1 Jun 2018 11:09:31 +0200 Subject: [PATCH] odl-netconf-notifications-impl should pull in mdsal runtime Rather than repackaging upstream artifacts, depend on odl-mdsal-binding-runtime. Change-Id: I699ab19bc9bdcc115b80a689f0f8c3dbdb10a9ab Signed-off-by: Robert Varga --- .../odl-netconf-notifications-impl/pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/features/netconf/odl-netconf-notifications-impl/pom.xml b/features/netconf/odl-netconf-notifications-impl/pom.xml index 4ad90e1fd9..1c4fcc0c44 100644 --- a/features/netconf/odl-netconf-notifications-impl/pom.xml +++ b/features/netconf/odl-netconf-notifications-impl/pom.xml @@ -23,6 +23,18 @@ OpenDaylight :: Netconf :: Monitoring :: Impl + + + + org.opendaylight.mdsal + mdsal-artifacts + 2.5.0-SNAPSHOT + pom + import + + + + ${project.groupId} @@ -38,6 +50,12 @@ xml features + + org.opendaylight.mdsal + odl-mdsal-binding-runtime + xml + features + ${project.groupId} netconf-notifications-impl -- 2.36.6