From 85b1ada7cc0883aa8b86ea6e11bf86719e1cc10e Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 24 Oct 2017 22:00:08 -0500 Subject: Fix Source/Target Lock The locking of the target is now taken care of when the operation manager is initialized. This allows us to keep the template flow the same and to ensure that for vFW we will not lock the source if it is not intended to be the target. NOTE: This will have to be revised in the future if policy chaining will support having different targets specified for each policy in the chain. Additional work was done for hardening the APPC model code to make sure exceptions are caught and we gracefully end processing the event with memory clean up and a final failure notification sent. Issue-Id: POLICY-367 Change-Id: Ic796d95eb5400067744492f810dd8069ba6241b3 Signed-off-by: Daniel Cruz Signed-off-by: daniel --- controlloop/common/actors/actor.appc/pom.xml | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'controlloop/common/actors/actor.appc/pom.xml') diff --git a/controlloop/common/actors/actor.appc/pom.xml b/controlloop/common/actors/actor.appc/pom.xml index cc5f3b604..3036f52b4 100644 --- a/controlloop/common/actors/actor.appc/pom.xml +++ b/controlloop/common/actors/actor.appc/pom.xml @@ -16,18 +16,6 @@ 1.1.0-SNAPSHOT provided - - org.onap.policy.drools-applications - actor.appclcm - 1.1.0-SNAPSHOT - provided - - - org.onap.policy.drools-applications - aai - 1.1.0-SNAPSHOT - provided - org.onap.policy.drools-applications appc -- cgit 1.2.3-korg