From f83411a86e2277adae69e780e8511913d61a0f17 Mon Sep 17 00:00:00 2001 From: Sirisha_Manchikanti Date: Fri, 7 May 2021 15:17:52 +0100 Subject: Modular structure of clamp including controlloop This commit is the first commit that puts in multi module structure while changing the existing CLAMP code as little as possible. It adds a structure where common, models, participant and runtime are direct children under clamp, and current clamp code is moved under runtime. This runtime directory will host controlloop runtime code in later commits. Issue-ID: POLICY-3215 Signed-off-by: Sirisha_Manchikanti Change-Id: I15bc8be92ed020343bff4024c4718fec462c40d7 Signed-off-by: liamfallon --- models/pom.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 models/pom.xml (limited to 'models') diff --git a/models/pom.xml b/models/pom.xml new file mode 100644 index 000000000..380ae0c03 --- /dev/null +++ b/models/pom.xml @@ -0,0 +1,35 @@ + + + + + 4.0.0 + + + org.onap.policy.clamp + policy-clamp + 6.1.2-SNAPSHOT + + + policy-clamp-models + ${project.artifactId} + -- cgit 1.2.3-korg