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/services/pom.xml | |
parent | ffd073342aea38355c98a2ba7a7e3f60b8009b10 (diff) | |
parent | ec92866fa0bc8d8cd7a6ce4d5d5fd014d8eacef1 (diff) |
Merge "Blueprints Processor Microservice"
Diffstat (limited to 'ms/blueprintsprocessor/modules/services/pom.xml')
-rw-r--r-- | ms/blueprintsprocessor/modules/services/pom.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ms/blueprintsprocessor/modules/services/pom.xml b/ms/blueprintsprocessor/modules/services/pom.xml index d175f129..d2f2e0cb 100644 --- a/ms/blueprintsprocessor/modules/services/pom.xml +++ b/ms/blueprintsprocessor/modules/services/pom.xml @@ -30,14 +30,6 @@ <modules> <module>execution-service</module> - <module>resolution-service</module> <module>workflow-service</module> </modules> - - <dependencies> - <dependency> - <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId> - <artifactId>core</artifactId> - </dependency> - </dependencies> </project> |