Add missing SDN-R jar files 83/87483/2
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Fri, 10 May 2019 19:04:58 +0000 (15:04 -0400)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Fri, 10 May 2019 22:14:05 +0000 (18:14 -0400)
Add missing SDN-R jar files to ODL repository

Change-Id: I01eafa3fb5ba71b7007446045063413e58d4dcb6
Issue-ID: SDNC-760
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Former-commit-id: 7ff5f20586e52119d7e33ee30260d627e71dbb8c

installation/sdnc/pom.xml

index bf7a22d..db142ff 100644 (file)
             <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>
+
+        <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>
     </dependencies>
 
     <build>
                                 <artifactItem>
                                     <groupId>org.onap.sdnc.oam</groupId>
                                     <artifactId>data-migrator</artifactId>
-                                    <version>1.5.1-SNAPSHOT</version>
+                                    <version>${project.version}</version>
                                     <type>zip</type>
                                 </artifactItem>
                             </artifactItems>