diff options
Diffstat (limited to 'installation')
-rw-r--r-- | installation/sdnc/pom.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index 691404e8..0dffcb2f 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -65,29 +65,6 @@ <type>zip</type> <classifier>repo</classifier> </dependency> - - <dependency> - <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> - <artifactId>oofpcipoc-installer</artifactId> - <version>${ccsdk.features.version}</version> - <type>zip</type> - <classifier>repo</classifier> - </dependency> - - <dependency> - <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> - <artifactId>sdnr-northbound-features-installer</artifactId> - <version>${ccsdk.features.version}</version> - <type>zip</type> - <classifier>repo</classifier> - </dependency> - <dependency> - <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> - <artifactId>sdnr-wt-feature-aggregator-installer</artifactId> - <version>${ccsdk.features.version}</version> - <type>zip</type> - <classifier>repo</classifier> - </dependency> </dependencies> <build> |