diff options
author | Dan Timoney <dtimoney@att.com> | 2018-11-19 22:40:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-19 22:40:16 +0000 |
commit | 511bc18a6f85bb3018406a4302c05c2a8a1493d7 (patch) | |
tree | d7e98802da1a0ca4158990561b7b4e7cf0cc536e /ms/blueprintsprocessor/modules/inbounds/pom.xml | |
parent | ffd073342aea38355c98a2ba7a7e3f60b8009b10 (diff) | |
parent | ec92866fa0bc8d8cd7a6ce4d5d5fd014d8eacef1 (diff) |
Merge "Blueprints Processor Microservice"
Diffstat (limited to 'ms/blueprintsprocessor/modules/inbounds/pom.xml')
-rw-r--r-- | ms/blueprintsprocessor/modules/inbounds/pom.xml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/ms/blueprintsprocessor/modules/inbounds/pom.xml b/ms/blueprintsprocessor/modules/inbounds/pom.xml index f03e5557..e26af0f0 100644 --- a/ms/blueprintsprocessor/modules/inbounds/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/pom.xml @@ -33,16 +33,13 @@ <module>selfservice-api</module> </modules> <dependencies> - - - <dependency> <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId> - <artifactId>execution-service</artifactId> + <artifactId>workflow-service</artifactId> </dependency> <dependency> - <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId> - <artifactId>resolution-service</artifactId> + <groupId>org.onap.ccsdk.apps.blueprintsprocessor.functions</groupId> + <artifactId>resource-resolution</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> |