From 43098043c4ef31d9d5dead66568d7d9482a6b165 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 25 Jan 2022 19:55:43 +0000 Subject: Rename TOSCA Control Loop to ACM This commit renames the TOSCA Control Loop functionality in CLAMP to Automation Composition Management. This review is a direct renaming review and, as everything is renamed together it is large. Issue-ID: POLICY-3939 Change-Id: I28f0a6dd889bf3570a4c1365ae9e71fc58db6d6c Signed-off-by: liamfallon --- runtime-acm/pom.xml | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 runtime-acm/pom.xml (limited to 'runtime-acm/pom.xml') diff --git a/runtime-acm/pom.xml b/runtime-acm/pom.xml new file mode 100644 index 000000000..7712d8235 --- /dev/null +++ b/runtime-acm/pom.xml @@ -0,0 +1,124 @@ + + + + + 4.0.0 + + + org.onap.policy.clamp + policy-clamp + 6.2.1-SNAPSHOT + + + policy-clamp-runtime-acm + ${project.artifactId} + + + + org.onap.policy.clamp + policy-clamp-common + ${project.version} + + + org.onap.policy.clamp + policy-clamp-models + ${project.version} + + + com.fasterxml.jackson.module + jackson-module-jsonSchema + ${version.jackson} + + + javax.validation + validation-api + + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-json + + + + + org.springframework.boot + spring-boot-starter-aop + ${version.springboot} + + + org.springframework.boot + spring-boot-starter-security + + + org.springframework.boot + spring-boot-starter-validation + + + io.springfox + springfox-boot-starter + ${version.springfox} + + + org.springframework.boot + spring-boot-starter-actuator + ${version.springboot} + + + io.micrometer + micrometer-registry-prometheus + ${version.io.micrometer} + + + io.springfox + springfox-swagger-ui + runtime + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + repackage + + package + + + + + + -- cgit 1.2.3-korg