diff options
author | sx00562924 <SX00562924@techmahindra.com> | 2024-04-17 16:47:55 +0200 |
---|---|---|
committer | sx00562924 <SX00562924@techmahindra.com> | 2025-01-13 14:44:07 +0100 |
commit | 228ed5743ddeb182281bd1f01d3fff598b188746 (patch) | |
tree | 5cd905e1a548b17d7aa79236b16b9cadeb4ba165 /bpmn/pom.xml | |
parent | 4966674b8bef836222e6aa4ab58ad6a8272a7261 (diff) |
RFC 8040 API Support in SO
-Support for RFC8040 APIs
-Changes in SelfLink at SO while querying
-Allow rpc GENERIC-RESOURCE-API in SDNC output
-RFC OOM Changes- https://gerrit.onap.org/r/c/oom/+/139164
-SDNC-Northbound-3.0.2 version
-SO Compliance RFC8040-Successful Migration
Issue-ID: SO-4127
Change-ID: I93f84f909a814d488f62f8b36606b0644d8b8608
Signed-off-by: sx00562924 <SX00562924@techmahindra.com>
Diffstat (limited to 'bpmn/pom.xml')
-rw-r--r-- | bpmn/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bpmn/pom.xml b/bpmn/pom.xml index 776b52e3e7..9c7f514239 100644 --- a/bpmn/pom.xml +++ b/bpmn/pom.xml @@ -19,7 +19,8 @@ <xmlunit.version>2.4.0</xmlunit.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <sdnc.northbound.version>1.5.2</sdnc.northbound.version> + <sdnc.northbound.version>3.0.2</sdnc.northbound.version> + <!-- SDNC northbound API latest version --> <logback-core.version>1.2.10</logback-core.version> </properties> <modules> |