aboutsummaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-06-04 15:12:42 -0400
committerDan Timoney <dtimoney@att.com>2020-06-04 15:12:42 -0400
commit881e881638dfddb8a55a93458eed7ee3081055ed (patch)
tree560dbdf3c041e22f0a1a54ecac219a2bd038a4e7 /ms/blueprintsprocessor/modules/services/workflow-service/pom.xml
parentd04515ae5983945d24fa2a339827ee938e5cb6ab (diff)
Changed sli-provider dependency
Due to refactoring in sli/core, the dependency sli-provider-base should now be used in place of sli-provider. Issue-ID: CCSDK-2412 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I35e356dd80cc355aedf74a9adb49665a1292d77c
Diffstat (limited to 'ms/blueprintsprocessor/modules/services/workflow-service/pom.xml')
-rw-r--r--ms/blueprintsprocessor/modules/services/workflow-service/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml b/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml
index cfc03e7dc..41bdacf96 100644
--- a/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml
+++ b/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml
@@ -41,7 +41,8 @@
</dependency>
<dependency>
<groupId>org.onap.ccsdk.sli.core</groupId>
- <artifactId>sli-provider</artifactId>
+ <artifactId>sli-provider-base</artifactId>
+ <version>${ccsdk.sli.core.version}</version>
</dependency>
</dependencies>
</project>