diff options
author | Dan Timoney <dtimoney@att.com> | 2023-06-06 06:23:40 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-06-06 06:23:40 -0400 |
commit | 3f051b27dad55b95b6e1841162284404ca74ec2b (patch) | |
tree | 4a6e5f7bdbeb1bf32f486aaf08a5d9e423b262d9 /installation | |
parent | 7b2cf6d7ee07d31e51fc2fba478274c120739b3b (diff) |
Install Bierman API feature2.5.3
Update SDNC image to install Bierman API feature
Issue-ID: SDNC-1789
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Id188ac0c433ca00f877bab3ee0b819e9ce50891b
Former-commit-id: c3236421a9b61d5717a7aaccccd4684fab003ef5
Diffstat (limited to 'installation')
-rw-r--r-- | installation/sdnc/pom.xml | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index 584a074e..254ea89f 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -44,13 +44,22 @@ </sdnr.features.repo> <!-- SDNC Features Boot --> - <sdnc.features.boot>sdnc-northbound-all</sdnc.features.boot> - <sdnc.features.repo> - mvn:org.onap.sdnc.northbound/sdnc-northbound-all/${sdnc.northbound.version}/xml/features + <sdnc.features.boot>sdnc-northbound-all,odl-restconf-nb-bierman02-</sdnc.features.boot> + <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> </properties> <dependencies> + <!-- Biermann RESTCONF northbound API --> + <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> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>generic-resource-api-installer</artifactId> |