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 --- nsh/api/pom.xml | 12 ------------ nsh/impl/pom.xml | 7 ++++--- 2 files changed, 4 insertions(+), 15 deletions(-) (limited to 'nsh') diff --git a/nsh/api/pom.xml b/nsh/api/pom.xml index 4eaedafed..94c6e772d 100644 --- a/nsh/api/pom.xml +++ b/nsh/api/pom.xml @@ -28,18 +28,6 @@ 1.16.12-SNAPSHOT bundle - - - - org.opendaylight.mdsal.model - mdsal-model-artifacts - 0.8.2-Beryllium-SR2 - pom - import - - - - org.opendaylight.mdsal.model diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml index 21ff8f283..276f4f87a 100644 --- a/nsh/impl/pom.xml +++ b/nsh/impl/pom.xml @@ -16,10 +16,10 @@ - io.fd.honeycomb.common - impl-parent + io.fd.honeycomb.vpp + vpp-impl-parent 1.16.12-SNAPSHOT - ../../common/impl-parent + ../../vpp-common/vpp-impl-parent 4.0.0 @@ -34,6 +34,7 @@ nsh-api ${project.version} + junit junit -- cgit 1.2.3-korg