From b7c724b1ed16a2fceb28d7a1ab85910c65cfe460 Mon Sep 17 00:00:00 2001 From: Sandeep Shah Date: Sat, 27 Apr 2019 03:05:08 -0500 Subject: [PATCH] Inclusion of missing OOF/PCI dependencies in ODLSLI POM's Unfortunately, inclusion of dependencies was missed during feature code commit before M3 Change-Id: Ifdf16f838cb4e00a29da88034f45fe86aae9b95f Issue-ID: CCSDK-1296 Signed-off-by: SandeepLinux --- odlsli/odlsli-alpine/pom.xml | 19 +++++++++++++++++-- odlsli/odlsli-ubuntu/pom.xml | 16 +++++++++++++++- 2 files changed, 32 insertions(+), 3 deletions(-) diff --git a/odlsli/odlsli-alpine/pom.xml b/odlsli/odlsli-alpine/pom.xml index 72132796..708324a0 100644 --- a/odlsli/odlsli-alpine/pom.xml +++ b/odlsli/odlsli-alpine/pom.xml @@ -25,7 +25,7 @@ onap/ccsdk-odlsli-alpine-image ${project.version} ${maven.build.timestamp} - 0.4.2 + 0.5.0-SNAPSHOT ${https_proxy} yyyyMMdd'T'HHmmss'Z' opt/opendaylight @@ -36,7 +36,7 @@ ccsdk-sli-core-all,ccsdk-sli-adaptors-all,ccsdk-sli-northbound-all,ccsdk-sli-plugins-all,ccsdk-features-all ${odl.features.extra},${ccsdk.odl.features} - + ${project.groupId} @@ -264,6 +264,21 @@ repo zip + + org.onap.ccsdk.features.sdnr.northbound + sdnr-northbound-features-installer + ${ccsdk.features.version} + repo + zip + + + org.onap.ccsdk.features.sdnr.northbound + oofpcipoc-installer + ${ccsdk.features.version} + repo + zip + + diff --git a/odlsli/odlsli-ubuntu/pom.xml b/odlsli/odlsli-ubuntu/pom.xml index 14752532..3b3adea9 100644 --- a/odlsli/odlsli-ubuntu/pom.xml +++ b/odlsli/odlsli-ubuntu/pom.xml @@ -25,7 +25,7 @@ onap/ccsdk-odlsli-image ${project.version} ${maven.build.timestamp} - 0.4.2 + 0.5.0-SNAPSHOT ${https_proxy} yyyyMMdd'T'HHmmss'Z' opt/opendaylight @@ -263,6 +263,20 @@ repo zip + + org.onap.ccsdk.features.sdnr.northbound + sdnr-northbound-features-installer + ${ccsdk.features.version} + repo + zip + + + org.onap.ccsdk.features.sdnr.northbound + oofpcipoc-installer + ${ccsdk.features.version} + repo + zip + -- 2.16.6