diff options
author | Abhishek Patil <abhishek.patil@t-systems.com> | 2023-04-12 18:51:19 +0530 |
---|---|---|
committer | Abhishek Patil <abhishek.patil@t-systems.com> | 2023-06-14 11:48:25 +0000 |
commit | d621d2baca674f8e0491acf3f7d1088787f975fd (patch) | |
tree | dd02e734f7290b4b37353a2c24b03868441b935a /bpmn/pom.xml | |
parent | af514d4a11f5afed822887577e90dedb2d517fd1 (diff) |
Code changes in BPMN infra for RAN Slice Use case1.12.2
New module so-bomn-moi is created.
New bpmn flows :
AssignRANNssiBB
ActivateRANNssiBB
ModifyRANNssiBB
DeleteRANNssiBB
Issue-ID: SO-4039
Signed-off-by: Patil <Abhishek.Patil@t-systems.com>
Change-Id: Ifad4e0a65dc810a753d30123a84c08081bcfd987
Diffstat (limited to 'bpmn/pom.xml')
-rw-r--r-- | bpmn/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bpmn/pom.xml b/bpmn/pom.xml index b9eb7a9e7b..b5b34778a6 100644 --- a/bpmn/pom.xml +++ b/bpmn/pom.xml @@ -30,6 +30,7 @@ <module>so-bpmn-building-blocks</module> <module>so-bpmn-infrastructure-flows</module> <module>mso-infrastructure-bpmn</module> + <module>so-bpmn-moi</module> </modules> <!-- Define artifact versions for child modules --> <dependencyManagement> |