From b150aa8197e8a21ab7ad4cf1d91cfa30f56fa3df Mon Sep 17 00:00:00 2001 From: Hengye Date: Mon, 25 Mar 2019 14:32:21 +0000 Subject: migrate model-impl from drools-applications migrate controlloop/common/model-impl from drools-applicaitons to policy/models Issue-ID: POLICY-1264 Change-Id: Ibe0bb5c49a7b1344f4104b30455f52834041e187 Signed-off-by: Hengye --- models-interactions/model-impl/vfc/pom.xml | 113 +++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 models-interactions/model-impl/vfc/pom.xml (limited to 'models-interactions/model-impl/vfc/pom.xml') diff --git a/models-interactions/model-impl/vfc/pom.xml b/models-interactions/model-impl/vfc/pom.xml new file mode 100644 index 000000000..9a36cd2e8 --- /dev/null +++ b/models-interactions/model-impl/vfc/pom.xml @@ -0,0 +1,113 @@ + + + + 4.0.0 + + + org.onap.policy.models.policy-models-interactions.model-impl + model-impl + 2.0.0-SNAPSHOT + + + vfc + + + + junit + junit + test + + + org.mockito + mockito-core + 2.13.0 + test + + + com.google.code.gson + gson + provided + + + org.onap.policy.models.policy-models-interactions.model-impl + rest + ${project.version} + + + org.drools + drools-core + 6.5.0.Final + provided + + + org.onap.policy.common + policy-endpoints + ${policy.common.version} + provided + + + org.onap.policy.drools-pdp + policy-management + ${policy.drools-pdp.version} + provided + + + + + + maven-checkstyle-plugin + + + onap-java-style + + check + + process-sources + + + onap-checkstyle/onap-java-style.xml + + ${project.build.sourceDirectory} + true + true + true + + + true + true + warning + + + + + + org.onap.oparent + checkstyle + ${oparent.version} + compile + + + + + + -- cgit 1.2.3-korg