From bac0f1769ea3070fc81163715862dc27a44bd780 Mon Sep 17 00:00:00 2001 From: "shashikanth.vh" Date: Mon, 23 Jul 2018 14:42:56 +0530 Subject: Datachange DG to handle ESR third party event SDNC's AAI event consumer of esr-thirdparty information will post the event to DataChange API. DataChangeProvider DG is requried to process the event Change-Id: Ic4857e32bd6941628e297aefefd2c697255f3ca2 Issue-ID: SDNC-386 Signed-off-by: shashikanth.vh Former-commit-id: 9e66dd112e232dab7baabdc6415ccdd7c23c0f31 --- platform-logic/datachange/src/main/resources/graph.versions | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 platform-logic/datachange/src/main/resources/graph.versions (limited to 'platform-logic/datachange/src/main/resources/graph.versions') diff --git a/platform-logic/datachange/src/main/resources/graph.versions b/platform-logic/datachange/src/main/resources/graph.versions new file mode 100644 index 00000000..5c1b0889 --- /dev/null +++ b/platform-logic/datachange/src/main/resources/graph.versions @@ -0,0 +1,5 @@ +DataChange data-change-notification ${project.version} sync +DataChange esr-thirdparty-sdnc ${project.version} sync +DataChange validate-esr-thirdparty-sdnc-input ${project.version} sync +DataChange esr-thirdparty-sdnc-discovery ${project.version} sync +DataChange update-network-to-aai ${project.version} sync -- cgit 1.2.3-korg