diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2022-05-25 12:25:48 +0100 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2022-06-01 15:56:31 +0100 |
commit | e9d2f4fa53927711d9fb058ebf815d8db2d551cc (patch) | |
tree | a497cf12ab50b4c0df80f155f8c43e3c76ae82d4 /cps-bom | |
parent | 85d4473a5994e2111bb481a641e49badb8602fb0 (diff) |
NcmpEvent creation for ModuleSync
- NcmpEvent schema creation which will be published when module sync is
completed
- Added cmHandleId in the event payload and made eventCorrelationId as
optional
- Upcoming : NcmpEvent publisher code and mapping of the events
Issue-ID: CPS-1036
Change-Id: I7731e6e6a4a8f718967ce68cc6ae0e411eb8c12b
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'cps-bom')
-rw-r--r-- | cps-bom/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-bom/pom.xml b/cps-bom/pom.xml index f2fcb6ee0e..9b864b07fe 100644 --- a/cps-bom/pom.xml +++ b/cps-bom/pom.xml @@ -2,7 +2,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2020 Pantheon.tech - Modifications Copyright (C) 2021 - 2022 Nordix Foundation + Modifications Copyright (C) 2021-2022 Nordix Foundation Modifications Copyright (C) 2021 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); |