diff options
-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 --> |