diff options
author | 2024-03-21 14:42:05 -0400 | |
---|---|---|
committer | 2024-03-26 15:54:14 +0000 | |
commit | e6f89668f379dc0c64f857c977f26849334a1ac1 (patch) | |
tree | a3bcd098e46f6e945fa00e2c263e1954ccce2144 | |
parent | 5333d28234d7af69524d88eb5eee77748e1cbb16 (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>
-rw-r--r-- | installation/sdnc/pom.xml | 17 | ||||
-rwxr-xr-x | pom.xml | 2 |
2 files changed, 8 insertions, 11 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> @@ -31,7 +31,7 @@ <ccsdk.sli.version>1.7.1</ccsdk.sli.version> <ccsdk.features.version>1.6.2</ccsdk.features.version> <ccsdk.sli.northbound.version>${ccsdk.sli.version}</ccsdk.sli.northbound.version> - <ccsdk.bierman.api.version>1.0.0</ccsdk.bierman.api.version> + <ccsdk.bierman.api.version>1.1.0</ccsdk.bierman.api.version> <!-- docker images versions --> <ccsdk.docker.alpine.j11.version>1.6.1-STAGING-latest</ccsdk.docker.alpine.j11.version> <!-- Used by dmaap-listener, ueb-listener --> <ccsdk.docker.odlsli.alpine.version>1.6.1-SNAPSHOT-latest</ccsdk.docker.odlsli.alpine.version> <!-- Used by sdnc --> |