diff options
author | highstreetherbert <herbert.eiselt@highstreet-technologies.com> | 2020-08-21 12:38:18 +0200 |
---|---|---|
committer | highstreetherbert <herbert.eiselt@highstreet-technologies.com> | 2020-08-21 12:38:38 +0200 |
commit | 1bd428c742afca26e73562c02e5354b579334003 (patch) | |
tree | 57df48f67b2987173625ffb29c7ce65d5bb80c55 | |
parent | 82727991fcf871d479ed756246a08835cfbbc64f (diff) |
Remove dependencies provided by odlsli base image
Remove sdnr related dependencies
Issue-ID: SDNC-1329
Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
Change-Id: I12bca2847cc03c5c98b7672f405048eaf0cedb3f
Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
Former-commit-id: ef3044c5975c29a408497cefeaf7ff642ad5f1b3
-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> |