diff options
author | Dan Timoney <dtimoney@att.com> | 2020-08-26 12:06:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-08-26 12:06:59 +0000 |
commit | 137ba19a109014a31d728a734c9706a1a97a9da9 (patch) | |
tree | 344ca4df40001477cb56e35c37541c87a9d64324 /installation | |
parent | dace4a79556b7d32159d7227edf144fa60aa1ca0 (diff) | |
parent | 1bd428c742afca26e73562c02e5354b579334003 (diff) |
Merge "Remove dependencies provided by odlsli base image"
Former-commit-id: 5a104d283feb11db04b825c4cf10931e655046ba
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> |