From: rameshiyer27 Date: Thu, 28 Jul 2022 10:58:19 +0000 (+0100) Subject: Add module for AC Element implementation X-Git-Tag: 6.3.0~17^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F54%2F130054%2F2;p=policy%2Fclamp.git Add module for AC Element implementation Refactored unused participant simulator module to implement AC element microservice for ACM testing purposes. Empty spring project added. Business logics will be added as a separate review on top of this structure. Issue-ID: POLICY-4312 Signed-off-by: zrrmmua Change-Id: I8fc280083ce4b759ed9ab23b223cf1555176ef62 --- diff --git a/participant/participant-impl/participant-impl-simulator/pom.xml b/participant/participant-impl/participant-impl-acelement/pom.xml similarity index 90% rename from participant/participant-impl/participant-impl-simulator/pom.xml rename to participant/participant-impl/participant-impl-acelement/pom.xml index 989e47e92..0a3087ae0 100644 --- a/participant/participant-impl/participant-impl-simulator/pom.xml +++ b/participant/participant-impl/participant-impl-acelement/pom.xml @@ -1,6 +1,6 @@