diff options
author | David Stilwell <stilwelld@att.com> | 2019-05-13 12:55:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-13 12:55:39 +0000 |
commit | 517372036e87a9e15b9efa5f536236e1e6945d32 (patch) | |
tree | 73b7a148495881fcc9e1d5c42f8c306eb05002f0 /installation | |
parent | 09954933c4c9265ec9a0ec1cd62b3641380bfb81 (diff) | |
parent | 5de2c3262687586010dbab282ae102553dca6f33 (diff) |
Merge "Add missing SDN-R jar files"
Former-commit-id: b6e11902726194faa49a08c563e4cb17058dabc6
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> |