[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 <beili.zhou@amdocs.com>
diff --git a/appc-dispatcher/appc-dispatcher-common/pom.xml b/appc-dispatcher/appc-dispatcher-common/pom.xml
index 4562b94..c1d2409 100644
--- a/appc-dispatcher/appc-dispatcher-common/pom.xml
+++ b/appc-dispatcher/appc-dispatcher-common/pom.xml
@@ -10,18 +10,17 @@
   <packaging>pom</packaging>
   <name>APPC Dispatcher Common</name>
   <description>APPC Dispatcher Common</description>
-  
-	<!-- ================================================================================== -->
-	<!-- The modules we build -->
-	<!-- ================================================================================== -->
-	<modules>
-		<module>appc-data-access-lib</module>
-		<module>execution-queue-management-lib</module>
-		<module>state-machine-lib</module>
+
+    <!-- ================================================================================== -->
+    <!-- The modules we build -->
+    <!-- ================================================================================== -->
+    <modules>
+        <module>appc-data-access-lib</module>
+        <module>execution-queue-management-lib</module>
         <module>ranking-framework-lib</module>
         <module>lock-manager-lib</module>
         <module>domain-model-lib</module>
         <module>transaction-recorder</module>
     </modules>
-  
+
 </project>
\ No newline at end of file