aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-08-26 12:06:59 +0000
committerGerrit Code Review <gerrit@onap.org>2020-08-26 12:06:59 +0000
commit137ba19a109014a31d728a734c9706a1a97a9da9 (patch)
tree344ca4df40001477cb56e35c37541c87a9d64324
parentdace4a79556b7d32159d7227edf144fa60aa1ca0 (diff)
parent1bd428c742afca26e73562c02e5354b579334003 (diff)
Merge "Remove dependencies provided by odlsli base image"
Former-commit-id: 5a104d283feb11db04b825c4cf10931e655046ba
-rw-r--r--installation/sdnc/pom.xml23
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>