From ff94dea51430832d739c0e932b3df13dd1d7ccfc Mon Sep 17 00:00:00 2001 From: daniel Date: Fri, 6 Oct 2017 10:08:21 -0500 Subject: Fix Build Errors Removing the legacy "demo" project as this uses obsolete code. The operation and control loop timeouts were increased to allow more time for the simulators to respond. Issue-Id: POLICY-291 Change-Id: I1143352cefaf9749ca0eca55927960535b2599b8 Signed-off-by: Daniel Cruz --- .../template.demo.v1.0.0/template.demo/pom.xml | 119 --------------------- 1 file changed, 119 deletions(-) delete mode 100644 controlloop/templates/template.demo.v1.0.0/template.demo/pom.xml (limited to 'controlloop/templates/template.demo.v1.0.0/template.demo/pom.xml') diff --git a/controlloop/templates/template.demo.v1.0.0/template.demo/pom.xml b/controlloop/templates/template.demo.v1.0.0/template.demo/pom.xml deleted file mode 100644 index c3c5c746d..000000000 --- a/controlloop/templates/template.demo.v1.0.0/template.demo/pom.xml +++ /dev/null @@ -1,119 +0,0 @@ - - - - 4.0.0 - - demo - - - org.onap.policy.drools-applications - template.demo.v1.0.0 - 1.1.0-SNAPSHOT - - - - - junit - junit - 4.12 - provided - - - com.google.code.gson - gson - 2.5 - provided - - - org.drools - drools-core - 6.5.0.Final - test - - - org.drools - drools-compiler - 6.5.0.Final - test - - - org.onap.policy.drools-applications - events - ${project.version} - provided - - - org.onap.policy.drools-applications - appc - ${project.version} - provided - - - org.onap.policy.drools-applications - aai - ${project.version} - provided - - - org.onap.policy.drools-applications - so - ${project.version} - provided - - - org.onap.policy.drools-applications - trafficgenerator - ${project.version} - provided - - - org.onap.policy.drools-applications - eventmanager - ${project.version} - provided - - - org.onap.policy.drools-applications - guard - ${project.version} - provided - - - org.onap.policy.drools-applications - policy-yaml - ${project.version} - provided - - - org.apache.httpcomponents - httpclient - 4.5.2 - test - - - org.apache.httpcomponents - httpcore - 4.4.4 - test - - - -- cgit 1.2.3-korg