From 59f80ce1dff01ec4700aeaefab956a4ee1e81d3e Mon Sep 17 00:00:00 2001 From: Sandeep Shah Date: Thu, 11 Jul 2019 22:26:20 -0500 Subject: OOFPCIPOC dependencies feature and installer POMs SDNR OOFPCIPOC consumer is required for handling Netconf notification, and dependencies to be added to POM files for feature and installer Issue-ID: CCSDK-1478 Signed-off-by: SandeepLinux Change-Id: I4d5cbf4aba29e05f4df818be006a250aef0ea82f --- sdnr/northbound/oofpcipoc/feature/pom.xml | 6 ++++++ sdnr/northbound/oofpcipoc/installer/pom.xml | 7 ++++++- 2 files changed, 12 insertions(+), 1 deletion(-) (limited to 'sdnr/northbound') diff --git a/sdnr/northbound/oofpcipoc/feature/pom.xml b/sdnr/northbound/oofpcipoc/feature/pom.xml index dab0bbd8e..aaa3c6b97 100644 --- a/sdnr/northbound/oofpcipoc/feature/pom.xml +++ b/sdnr/northbound/oofpcipoc/feature/pom.xml @@ -45,5 +45,11 @@ ${project.version} + + ${project.groupId} + oofpcipoc-consumer + ${project.version} + + diff --git a/sdnr/northbound/oofpcipoc/installer/pom.xml b/sdnr/northbound/oofpcipoc/installer/pom.xml index 048995445..6b65484bd 100644 --- a/sdnr/northbound/oofpcipoc/installer/pom.xml +++ b/sdnr/northbound/oofpcipoc/installer/pom.xml @@ -38,11 +38,16 @@ - org.onap.ccsdk.features.sdnr.northbound + ${project.groupId} oofpcipoc-provider ${project.version} + + ${project.groupId} + oofpcipoc-consumer + ${project.version} + -- cgit 1.2.3-korg