From f3430368211a5eb435a56a70006831255dcdba2e Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 9 Jun 2020 12:42:46 -0400 Subject: 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 --- ms/sliboot/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ms/sliboot/pom.xml') diff --git a/ms/sliboot/pom.xml b/ms/sliboot/pom.xml index b5e4fe81..2d150805 100644 --- a/ms/sliboot/pom.xml +++ b/ms/sliboot/pom.xml @@ -76,6 +76,11 @@ springfox-swagger-ui 2.9.2 + + ${project.groupId} + services + ${project.version} + org.onap.ccsdk.sli.core dblib-provider -- cgit 1.2.3-korg