Inclusion of missing OOF/PCI dependencies in ODLSLI POM's 50/86450/4
authorSandeep Shah <sandeep.shah2@techmahindra.com>
Sat, 27 Apr 2019 08:05:08 +0000 (03:05 -0500)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Thu, 2 May 2019 16:01:17 +0000 (12:01 -0400)
Unfortunately, inclusion of dependencies was missed during feature
code commit before M3

Change-Id: Ifdf16f838cb4e00a29da88034f45fe86aae9b95f
Issue-ID: CCSDK-1296
Signed-off-by: SandeepLinux <sandeep.shah2@techmahindra.com>
odlsli/odlsli-alpine/pom.xml
odlsli/odlsli-ubuntu/pom.xml

index 7213279..708324a 100644 (file)
@@ -25,7 +25,7 @@
                <image.name>onap/ccsdk-odlsli-alpine-image</image.name>
                <ccsdk.project.version>${project.version}</ccsdk.project.version>
                <ccsdk.build.timestamp>${maven.build.timestamp}</ccsdk.build.timestamp>
-               <ccsdk.features.version>0.4.2</ccsdk.features.version>
+               <ccsdk.features.version>0.5.0-SNAPSHOT</ccsdk.features.version>
                <docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy>
                <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
                <opendaylight.root>opt/opendaylight</opendaylight.root>
@@ -36,7 +36,7 @@
                <ccsdk.odl.features>ccsdk-sli-core-all,ccsdk-sli-adaptors-all,ccsdk-sli-northbound-all,ccsdk-sli-plugins-all,ccsdk-features-all</ccsdk.odl.features>
                <odl.boot.features.extra>${odl.features.extra},${ccsdk.odl.features}</odl.boot.features.extra>
        </properties>
-       
+
        <dependencies>
                <dependency>
                        <groupId>${project.groupId}</groupId>
                        <classifier>repo</classifier>
                        <type>zip</type>
                </dependency>
+               <dependency>
+      <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
+      <artifactId>sdnr-northbound-features-installer</artifactId>
+      <version>${ccsdk.features.version}</version>
+      <classifier>repo</classifier>
+      <type>zip</type>
+    </dependency>
+               <dependency>
+                       <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
+                       <artifactId>oofpcipoc-installer</artifactId>
+                       <version>${ccsdk.features.version}</version>
+                       <classifier>repo</classifier>
+                       <type>zip</type>
+               </dependency>
+
        </dependencies>
 
        <build>
index 1475253..3b3adea 100644 (file)
@@ -25,7 +25,7 @@
                <image.name>onap/ccsdk-odlsli-image</image.name>
                <ccsdk.project.version>${project.version}</ccsdk.project.version>
                <ccsdk.build.timestamp>${maven.build.timestamp}</ccsdk.build.timestamp>
-               <ccsdk.features.version>0.4.2</ccsdk.features.version>
+               <ccsdk.features.version>0.5.0-SNAPSHOT</ccsdk.features.version>
                <docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy>
                <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
                <opendaylight.root>opt/opendaylight</opendaylight.root>
                        <classifier>repo</classifier>
                        <type>zip</type>
                </dependency>
+               <dependency>
+      <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
+      <artifactId>sdnr-northbound-features-installer</artifactId>
+      <version>${ccsdk.features.version}</version>
+      <classifier>repo</classifier>
+      <type>zip</type>
+    </dependency>
+               <dependency>
+                       <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
+                       <artifactId>oofpcipoc-installer</artifactId>
+                       <version>${ccsdk.features.version}</version>
+                       <classifier>repo</classifier>
+                       <type>zip</type>
+               </dependency>
        </dependencies>
 
        <build>