From 09c388b5c9781383a0577bf8c2f574f806abe85c Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Mon, 24 Aug 2020 08:05:15 -0400 Subject: Remove deprecated SDC and Model-yaml Deprecated as we now use TOSCA and the SDC catalog objects isn't useful for control loop design and implementation. Issue-ID: POLICY-2428 Change-Id: Ib4adfbf25ba70c3cad47a8494333a1f20a5c4e23 Signed-off-by: Pamela Dragosh --- models-interactions/model-yaml/pom.xml | 140 --------------------------------- 1 file changed, 140 deletions(-) delete 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 deleted file mode 100644 index 438b29ce8..000000000 --- a/models-interactions/model-yaml/pom.xml +++ /dev/null @@ -1,140 +0,0 @@ - - - - 4.0.0 - - - org.onap.policy.models - policy-models-interactions - 2.3.1-SNAPSHOT - - - org.onap.policy.models.policy-models-interactions - model-yaml - - - - org.slf4j - slf4j-api - provided - - - ch.qos.logback - logback-classic - provided - - - org.yaml - snakeyaml - - - org.jgrapht - jgrapht-core - 1.2.0 - - - 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 - - - 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 - - - ${project.basedir}/checkstyle-suppressions.xml - true - true - warning - - - - - - org.onap.oparent - checkstyle - ${oparent.version} - compile - - - - - - -- cgit 1.2.3-korg