Export SvcLogicFactory as service

Expose SvcLogicFactory bean as a service so it can be reused in other
microservices.

Change-Id: I55a6e08ad2a4fa81a91151a3b437514fab70c96a
Issue-ID: CCSDK-2096
Signed-off-by: Dan Timoney <dtimoney@att.com>
diff --git a/pom.xml b/pom.xml
index a26a578..e4b0ed3 100755
--- a/pom.xml
+++ b/pom.xml
@@ -41,6 +41,7 @@
     </properties>
 
     <modules>
+        <module>services</module>
         <module>ms</module>
     </modules>