diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-10 15:04:58 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-10 17:45:02 -0400 |
commit | 8aa467937799cd66e7f17f72dcccc43215a812ec (patch) | |
tree | 5b49cd96fc9670e9280c7e64ff6d9f5b36a44e71 /installation | |
parent | ca25565eac520f7ba65008a03323bb236d4de28f (diff) |
Add missing SDN-R jar files
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: b47572964ba419822fa50f3c87baae1f65aab24e
Diffstat (limited to 'installation')
-rw-r--r-- | installation/sdnc/pom.xml | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index 1cb8011e..0f8053a9 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -62,6 +62,22 @@ <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> @@ -364,7 +380,7 @@ <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> |