From 6dfab64262ea5816c761042192c84e498a3177ab Mon Sep 17 00:00:00 2001 From: jhh Date: Wed, 12 Feb 2020 18:20:06 -0600 Subject: tosca compliant op policy support + vcpe test Tosca Compliant and Toscal Legacy Operational policies are both supported for backwards compatibility. vCPE usecase junits to support 2 equivalent policies, one tosca compliant and the other one legacy. Issue-ID: POLICY-2360 Signed-off-by: jhh Change-Id: Iafbfc92bbec42e6a3fe4ceb4a9a17c85e636ea14 Signed-off-by: jhh --- controlloop/common/domains/pom.xml | 89 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 controlloop/common/domains/pom.xml (limited to 'controlloop/common/domains/pom.xml') diff --git a/controlloop/common/domains/pom.xml b/controlloop/common/domains/pom.xml new file mode 100644 index 000000000..c278cb577 --- /dev/null +++ b/controlloop/common/domains/pom.xml @@ -0,0 +1,89 @@ + + + 4.0.0 + + + org.onap.policy.drools-applications.controlloop.common + drools-applications-common + 1.6.0-SNAPSHOT + + + domains + + + + junit + junit + test + + + + org.onap.policy.drools-pdp + policy-management + ${version.policy.drools-pdp} + provided + + + + org.assertj + assertj-core + test + + + + + + + maven-checkstyle-plugin + + + onap-java-style + + check + + process-sources + + onap-checkstyle/onap-java-style.xml + ${project.build.sourceDirectory} + true + true + true + + + true + warning + + + + + + org.onap.oparent + checkstyle + ${oparent.version} + compile + + + + + + -- cgit 1.2.3-korg