diff options
-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> |