From 5006eef32b196e3dbc95fe1a0d8cd33a8ffab5b4 Mon Sep 17 00:00:00 2001 From: FrancescoFioraEst Date: Thu, 8 Jun 2023 12:19:02 +0100 Subject: Add pom structure for mock participant in ACM Issue-ID: POLICY-4723 Change-Id: I43049431327f4126b2e66fc456e876d57388f604 Signed-off-by: FrancescoFioraEst --- .../participant-impl-simulator/pom.xml | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 participant/participant-impl/participant-impl-simulator/pom.xml (limited to 'participant/participant-impl/participant-impl-simulator/pom.xml') diff --git a/participant/participant-impl/participant-impl-simulator/pom.xml b/participant/participant-impl/participant-impl-simulator/pom.xml new file mode 100644 index 000000000..da5b7632e --- /dev/null +++ b/participant/participant-impl/participant-impl-simulator/pom.xml @@ -0,0 +1,50 @@ + + + + 4.0.0 + + + org.onap.policy.clamp.participant + policy-clamp-participant-impl + 7.0.0-SNAPSHOT + + + policy-clamp-participant-impl-simulator + ${project.artifactId} + Simulator participant, that performs Simulator operations + + + + org.springframework.boot + spring-boot-maven-plugin + + + + repackage + + package + + + + + + -- cgit 1.2.3-korg