From e07a57751ade2a00e7cdaa80943bbfe4606d9374 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Wed, 31 Aug 2016 09:57:31 +0200 Subject: Fixing poms - Sample parent path - NSH redundant dependency + parent path Change-Id: I3f4144be4031e2742f9a29c7a5612fbafbf8d0cf Signed-off-by: Maros Marsalek --- nsh/impl/pom.xml | 9 ++------- samples/interfaces/mapping/pom.xml | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml index ee420cbe1..0232c67bc 100644 --- a/nsh/impl/pom.xml +++ b/nsh/impl/pom.xml @@ -19,7 +19,7 @@ io.fd.honeycomb.common impl-parent 1.0.0-SNAPSHOT - ../../../common/impl-parent + ../../common/impl-parent 4.0.0 @@ -32,12 +32,7 @@ ${project.groupId} nsh-api - 1.0.0-SNAPSHOT - - - org.opendaylight.controller - sal-binding-config - 1.3.2-Beryllium-SR2 + ${project.version} junit diff --git a/samples/interfaces/mapping/pom.xml b/samples/interfaces/mapping/pom.xml index eb1000235..50bdf5551 100644 --- a/samples/interfaces/mapping/pom.xml +++ b/samples/interfaces/mapping/pom.xml @@ -18,7 +18,7 @@ io.fd.honeycomb.common impl-parent 1.0.0-SNAPSHOT - ../../../common/api-parent + ../../../common/impl-parent 4.0.0 -- cgit 1.2.3-korg