commit | f3430368211a5eb435a56a70006831255dcdba2e | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Tue Jun 09 12:42:46 2020 -0400 |
committer | Dan Timoney <dtimoney@att.com> | Tue Jun 09 12:48:50 2020 -0400 |
tree | e89db623c229f42462d9e944698054250868a098 | |
parent | 31172d602ff8bce4b4680c3a2da58b6db2e8d9f0 [diff] [blame] |
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>