aboutsummaryrefslogtreecommitdiffstats
path: root/installation
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2024-03-21 14:42:05 -0400
committerDan Timoney <dtimoney@att.com>2024-03-26 15:54:14 +0000
commite6f89668f379dc0c64f857c977f26849334a1ac1 (patch)
treea3bcd098e46f6e945fa00e2c263e1954ccce2144 /installation
parent5333d28234d7af69524d88eb5eee77748e1cbb16 (diff)
Install Argon version of Biermann API
Install Argon version of Biermann restconf API adaptor Issue-ID: CCSDK-4001 Change-Id: Ibb96f217ed647fcc98536ac307d5eb75d987c2c7 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'installation')
-rw-r--r--installation/sdnc/pom.xml17
1 files changed, 7 insertions, 10 deletions
diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml
index 23fd0e66..75e3152c 100644
--- a/installation/sdnc/pom.xml
+++ b/installation/sdnc/pom.xml
@@ -46,24 +46,21 @@
<!-- 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>-->
+ <artifactId>restconf-nb-bierman02-installer</artifactId>
+ <version>${ccsdk.bierman.api.version}</version>
+ <type>zip</type>
+ <classifier>repo</classifier>
+ </dependency>
<dependency>
<groupId>org.onap.sdnc.northbound</groupId>
<artifactId>generic-resource-api-installer</artifactId>