From 6de897959674e08be256a13c26ac746a5d0b4ea9 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 16 Jan 2020 15:13:32 -0500 Subject: [PATCH 1/1] Fix installers for a1Adapter and oofpcipoc Fixed typo in pom.xml for a1Adapter and oofpcipoc that was preventing karaf features file from being included in installation bundle. Change-Id: I162356cf3d3f32a79c7c7f7b2218fed35a09ff73 Issue-ID: CCSDK-2027 Signed-off-by: Dan Timoney --- sdnr/northbound/a1Adapter/installer/pom.xml | 2 +- sdnr/northbound/oofpcipoc/installer/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdnr/northbound/a1Adapter/installer/pom.xml b/sdnr/northbound/a1Adapter/installer/pom.xml index 2b33aecf7..c9d221ab0 100644 --- a/sdnr/northbound/a1Adapter/installer/pom.xml +++ b/sdnr/northbound/a1Adapter/installer/pom.xml @@ -86,7 +86,7 @@ true false false - a1Adapter-model,a1Adapter-provider,sdnr-a1Adapter + a1Adapter-model,a1Adapter-provider,a1Adapter-feature provided diff --git a/sdnr/northbound/oofpcipoc/installer/pom.xml b/sdnr/northbound/oofpcipoc/installer/pom.xml index a454646ff..38800eb6f 100644 --- a/sdnr/northbound/oofpcipoc/installer/pom.xml +++ b/sdnr/northbound/oofpcipoc/installer/pom.xml @@ -92,7 +92,7 @@ true false false - oofpcipoc-model,oofpcipoc-provider,oofpcipoc-consumer,sdnr-oofpcipoc + oofpcipoc-model,oofpcipoc-provider,oofpcipoc-consumer,oofpcipoc-feature provided -- 2.16.6