From fe0e98940048cad839c629821da78b3fcf33b6d2 Mon Sep 17 00:00:00 2001 From: "beili.zhou" Date: Thu, 10 Aug 2017 14:54:42 -0400 Subject: [APPC-44] APPC Lifecycle Management refactor Pull APPC lifecycle Management out of APPC dispatcher, so that it can be used by both APPC dispatcher and APPC OAM. This is the pre-step of introducing APPC OAM operations. Issue-Id: APPC-44 Change-Id: Icbde399b5121fae9e1919cfdd5c77bbe55d61188 Signed-off-by: beili.zhou --- appc-dispatcher/appc-dispatcher-common/pom.xml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'appc-dispatcher/appc-dispatcher-common/pom.xml') diff --git a/appc-dispatcher/appc-dispatcher-common/pom.xml b/appc-dispatcher/appc-dispatcher-common/pom.xml index 4562b9457..c1d240901 100644 --- a/appc-dispatcher/appc-dispatcher-common/pom.xml +++ b/appc-dispatcher/appc-dispatcher-common/pom.xml @@ -10,18 +10,17 @@ pom APPC Dispatcher Common APPC Dispatcher Common - - - - - - appc-data-access-lib - execution-queue-management-lib - state-machine-lib + + + + + + appc-data-access-lib + execution-queue-management-lib ranking-framework-lib lock-manager-lib domain-model-lib transaction-recorder - + \ No newline at end of file -- cgit 1.2.3-korg