From: Sandeep Shah Date: Sat, 27 Apr 2019 08:05:08 +0000 (-0500) Subject: Inclusion of missing OOF/PCI dependencies in ODLSLI POM's X-Git-Tag: 0.5.0~26^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=ccsdk%2Fdistribution.git;a=commitdiff_plain;h=b7c724b1ed16a2fceb28d7a1ab85910c65cfe460 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 --- 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 +