From 1326e9fa5cffe326b82aeee9d82d008526aff947 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Mon, 5 Sep 2016 12:10:26 +0200 Subject: Cleanup TODOs and FIXMEs - Fix minor ones - Report bigger and include issue number in comment - Pull common dependencies into dependency management of common/parents Change-Id: I06a6ac37c52b603fd73ed42023d6b2e7fa18010f Signed-off-by: Maros Marsalek --- infra/notification/api/pom.xml | 3 --- infra/notification/impl/pom.xml | 5 +---- infra/notification/pom.xml | 1 + 3 files changed, 2 insertions(+), 7 deletions(-) (limited to 'infra/notification') diff --git a/infra/notification/api/pom.xml b/infra/notification/api/pom.xml index 1c4f3d933..81913591d 100644 --- a/infra/notification/api/pom.xml +++ b/infra/notification/api/pom.xml @@ -32,9 +32,6 @@ org.opendaylight.mdsal mdsal-dom-api - 2.0.2-Beryllium-SR2 - - diff --git a/infra/notification/impl/pom.xml b/infra/notification/impl/pom.xml index 53223ef65..083cb98eb 100644 --- a/infra/notification/impl/pom.xml +++ b/infra/notification/impl/pom.xml @@ -29,7 +29,6 @@ bundle - ${project.groupId} notification-api @@ -38,14 +37,12 @@ org.opendaylight.controller sal-binding-config - 1.3.2-Beryllium-SR2 - org.opendaylight.netconf netconf-notifications-api - 1.0.2-Beryllium-SR2 + junit junit diff --git a/infra/notification/pom.xml b/infra/notification/pom.xml index dc4f4d28d..6d4c15fa0 100644 --- a/infra/notification/pom.xml +++ b/infra/notification/pom.xml @@ -31,6 +31,7 @@ 3.1.1 + api impl -- cgit 1.2.3-korg