From 0b860c87dc3bcc9058cde521f3fbda6f0aad2ec4 Mon Sep 17 00:00:00 2001 From: "ning.xi" Date: Thu, 4 Apr 2019 02:55:50 +0000 Subject: remove dependency of drool-application/yaml in actors Issue-ID: POLICY-1264 Change-Id: Ie89749cf25d6880fd2884eb6935f36f046114b23 Signed-off-by: ning.xi --- models-interactions/model-yaml/pom.xml | 132 +++++++++++++++++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 models-interactions/model-yaml/pom.xml (limited to 'models-interactions/model-yaml/pom.xml') diff --git a/models-interactions/model-yaml/pom.xml b/models-interactions/model-yaml/pom.xml new file mode 100644 index 000000000..77f1d7035 --- /dev/null +++ b/models-interactions/model-yaml/pom.xml @@ -0,0 +1,132 @@ + + + + 4.0.0 + + + org.onap.policy.models + policy-models-interactions + 2.0.0-SNAPSHOT + + + org.onap.policy.models.policy-models-interactions + model-yaml + + + + org.slf4j + slf4j-api + provided + + + ch.qos.logback + logback-classic + provided + + + org.yaml + snakeyaml + 1.17 + + + org.jgrapht + jgrapht-core + 0.9.2 + + + org.onap.policy.models.policy-models-interactions.model-impl + sdc + ${project.version} + provided + + + org.onap.policy.models.policy-models-interactions.model-impl + aai + ${project.version} + provided + + + com.google.guava + guava + + + junit + junit + test + + + org.onap.policy.common + utils-test + ${policy.common.version} + test + + + + + + + + maven-checkstyle-plugin + + + onap-java-style + + check + + process-sources + + + onap-checkstyle/onap-java-style.xml + + ${project.build.sourceDirectory} + true + true + true + + + ${project.basedir}/checkstyle-suppressions.xml + true + true + warning + + + + + + org.onap.oparent + checkstyle + ${oparent.version} + compile + + + + + + -- cgit 1.2.3-korg