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 18:14:05 -0400 |
commit | 5de2c3262687586010dbab282ae102553dca6f33 (patch) | |
tree | 46cf02acb79cb0f89708162e5f071cdf5b3e27f6 /installation | |
parent | 89a89ebe94c58324eb3e441ba23128057e7fd6d5 (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: 7ff5f20586e52119d7e33ee30260d627e71dbb8c
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 bf7a22dc..db142ff4 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> |