Add ACM interceptor for DME
ACM Interceptor interface added. It should be used to inject the specific elements/configuration/values to the existing ACM definition/instantiation.
DME ACM interceptor added. It injects the DME parameters from rApp package into the existing ACM definition and instantiation flow.
This avoids the direct calls to DME at the time of rApp deployment. This doesn't include any change to modify the direct DME validation on priming time.
Issue-ID: NONRTRIC-952
Signed-off-by: aravind.est <aravindhan.a@est.tech>
Change-Id: Ibc624726abd34cb83fcb4b477c27a822becbe156
diff --git a/pom.xml b/pom.xml
index 079e4a5..b729099 100755
--- a/pom.xml
+++ b/pom.xml
@@ -4,6 +4,7 @@
* O-RAN-SC
* %%
* Copyright (C) 2023 Nordix Foundation
+* Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved.
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -34,9 +35,9 @@
<description>O-RAN SC rApp Management function.</description>
<modules>
<module>rapp-manager-models</module>
+ <module>rapp-manager-dme</module>
<module>rapp-manager-acm</module>
<module>rapp-manager-sme</module>
- <module>rapp-manager-dme</module>
<module>rapp-manager-application</module>
</modules>
<repositories>