From a91076ff372a49d080b78b3608bb0d7d26055741 Mon Sep 17 00:00:00 2001 From: Joshua Reich Date: Mon, 15 Apr 2019 11:54:48 -0700 Subject: Removing no longer needed demo code. Coordination code has been merged into xacml-pdp, this code is no longer needed. Change-Id: I96995c89d7248744c4261b7c02348c0d30d545b5 Issue-ID: POLICY-1471 Signed-off-by: Joshua Reich --- controlloop/templates/template.demo.clc/pom.xml | 228 ------------------------ 1 file changed, 228 deletions(-) delete mode 100644 controlloop/templates/template.demo.clc/pom.xml (limited to 'controlloop/templates/template.demo.clc/pom.xml') diff --git a/controlloop/templates/template.demo.clc/pom.xml b/controlloop/templates/template.demo.clc/pom.xml deleted file mode 100644 index 203d41027..000000000 --- a/controlloop/templates/template.demo.clc/pom.xml +++ /dev/null @@ -1,228 +0,0 @@ - - - - 4.0.0 - - - org.onap.policy.drools-applications.controlloop.templates - templates - 1.4.0-SNAPSHOT - - - template.demo.clc - - - - com.google.code.gson - gson - provided - - - org.eclipse.persistence - org.eclipse.persistence.jpa - provided - - - commons-io - commons-io - 2.5 - provided - - - org.drools - drools-core - 6.5.0.Final - provided - - - org.drools - drools-compiler - 6.5.0.Final - test - - - org.onap.policy.models.policy-models-interactions.model-impl - appc - ${policy.models.version} - provided - - - org.onap.policy.models.policy-models-interactions.model-impl - sdnr - ${policy.models.version} - provided - - - org.onap.policy.models.policy-models-interactions.model-impl - appclcm - ${policy.models.version} - provided - - - org.onap.policy.models.policy-models-interactions.model-impl - so - ${policy.models.version} - provided - - - org.onap.policy.models.policy-models-interactions.model-impl - trafficgenerator - ${policy.models.version} - provided - - - org.onap.policy.models.policy-models-interactions.model-impl - vfc - ${policy.models.version} - provided - - - org.onap.policy.models.policy-models-interactions.model-impl - sdnc - ${policy.models.version} - provided - - - org.onap.policy.models.policy-models-interactions.model-impl - events - ${policy.models.version} - provided - - - org.onap.policy.drools-applications.controlloop.common - database - ${project.version} - provided - - - org.onap.policy.drools-applications.controlloop.common - guard - ${project.version} - provided - - - org.onap.policy.drools-applications.controlloop.common - coordination - ${project.version} - provided - - - org.onap.policy.models.policy-models-interactions.model-impl - aai - ${policy.models.version} - provided - - - org.onap.policy.models.policy-models-interactions.model-impl - sdc - ${policy.models.version} - provided - - - org.onap.policy.models.policy-models-interactions - model-yaml - ${policy.models.version} - provided - - - org.onap.policy.drools-applications.controlloop.common - eventmanager - ${project.version} - provided - - - org.eclipse.persistence - javax.persistence - provided - - - org.onap.policy.models.policy-models-interactions.model-actors - actorServiceProvider - ${policy.models.version} - provided - - - org.onap.policy.models.policy-models-interactions.model-actors - actor.appc - ${policy.models.version} - provided - - - org.onap.policy.models.policy-models-interactions.model-actors - actor.sdnr - ${policy.models.version} - provided - - - org.onap.policy.models.policy-models-interactions.model-actors - actor.appclcm - ${policy.models.version} - provided - - - org.onap.policy.models.policy-models-interactions.model-actors - actor.so - ${policy.models.version} - provided - - - org.onap.policy.models.policy-models-interactions.model-actors - actor.vfc - ${policy.models.version} - provided - - - org.onap.policy.models.policy-models-interactions.model-actors - actor.sdnc - ${policy.models.version} - provided - - - junit - junit - test - - - com.h2database - h2 - test - - - org.onap.policy.common - policy-endpoints - ${version.policy.common} - provided - - - org.onap.policy.models.policy-models-interactions - simulators - ${policy.models.version} - test - - - org.onap.policy.drools-pdp - policy-management - ${version.policy.drools-pdp} - provided - - - -- cgit 1.2.3-korg