aboutsummaryrefslogtreecommitdiffstats
path: root/ms/sliboot/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-06-09 12:42:46 -0400
committerDan Timoney <dtimoney@att.com>2020-06-09 12:48:50 -0400
commitf3430368211a5eb435a56a70006831255dcdba2e (patch)
treee89db623c229f42462d9e944698054250868a098 /ms/sliboot/pom.xml
parent31172d602ff8bce4b4680c3a2da58b6db2e8d9f0 (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 'ms/sliboot/pom.xml')
-rw-r--r--ms/sliboot/pom.xml5
1 files changed, 5 insertions, 0 deletions
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
@@ -77,6 +77,11 @@
<version>2.9.2</version>
</dependency>
<dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>services</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>dblib-provider</artifactId>
<version>${ccsdk.sli.core.version}</version>