diff options
author | Dan Timoney <dtimoney@att.com> | 2020-06-09 12:42:46 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-06-09 12:48:50 -0400 |
commit | f3430368211a5eb435a56a70006831255dcdba2e (patch) | |
tree | e89db623c229f42462d9e944698054250868a098 /pom.xml | |
parent | 31172d602ff8bce4b4680c3a2da58b6db2e8d9f0 (diff) |
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>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ </properties> <modules> + <module>services</module> <module>ms</module> </modules> |