aboutsummaryrefslogtreecommitdiffstats
path: root/installation
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2023-08-11 16:50:05 -0400
committerhighstreetherbert <herbert.eiselt@highstreet-technologies.com>2023-08-22 14:39:23 +0200
commitc9b819e3e5dfea73764f816c9845f105b9a14563 (patch)
tree7bba1310b55794a2c54aa2258d6d80e16400e737 /installation
parent927ba7bf9f3a1d89279bf231cc269fb8992c8ce9 (diff)
Update sdnc/oam for ODL Argon
Update sdnc/oam to use Montreal / ODL Argon versions of parent poms and CCSDK artifacts and docker containers. Remove code to install biermann API Issue-ID: SDNC-1817 Change-Id: Ie271fdd18550769d6805752bb015c1ab0ff8da28 Signed-off-by: Dan Timoney <dtimoney@att.com> Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
Diffstat (limited to 'installation')
-rw-r--r--installation/sdnc/pom.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml
index be89a321..06d4ac26 100644
--- a/installation/sdnc/pom.xml
+++ b/installation/sdnc/pom.xml
@@ -45,21 +45,24 @@
<!-- SDNC Features Boot -->
<sdnc.features.boot>sdnc-northbound-all,odl-restconf-nb-bierman02-</sdnc.features.boot>
- <sdnc.features.repo>
+<!-- <sdnc.features.repo>
mvn:org.onap.sdnc.northbound/sdnc-northbound-all/${sdnc.northbound.version}/xml/features, \
mvn:org.onap.ccsdk.odl-legacy.netconf/odl-restconf-nb-bierman02/${ccsdk.bierman.api.version}/xml/features
+ </sdnc.features.repo>-->
+ <sdnc.features.repo>
+ mvn:org.onap.sdnc.northbound/sdnc-northbound-all/${sdnc.northbound.version}/xml/features
</sdnc.features.repo>
</properties>
<dependencies>
<!-- Biermann RESTCONF northbound API -->
- <dependency>
+<!-- <dependency>
<groupId>org.onap.ccsdk.odl-legacy.netconf</groupId>
<artifactId>restconf-nb-bierman02-installer</artifactId>
<version>${ccsdk.bierman.api.version}</version>
<type>zip</type>
<classifier>repo</classifier>
- </dependency>
+ </dependency>-->
<dependency>
<groupId>org.onap.sdnc.northbound</groupId>
<artifactId>generic-resource-api-installer</artifactId>