diff options
author | Dan Timoney <dtimoney@att.com> | 2019-04-19 00:03:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-19 00:03:50 +0000 |
commit | 0e71bb35c7c2a6697216ea0ed203849400c46409 (patch) | |
tree | 02e7a4a18ca6eb95b15efc359cc363b4c2a136fd /ms/blueprintsprocessor/modules/services/execution-service/pom.xml | |
parent | 1e7aa69376ee082cc85f1e22f27763cdbb0c0be3 (diff) | |
parent | bc95a55c61685694a930d659bef336989a04df2f (diff) |
Merge "Add grpc execution service"
Diffstat (limited to 'ms/blueprintsprocessor/modules/services/execution-service/pom.xml')
-rw-r--r-- | ms/blueprintsprocessor/modules/services/execution-service/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/modules/services/execution-service/pom.xml b/ms/blueprintsprocessor/modules/services/execution-service/pom.xml index 9ce5292e8..d366f740d 100644 --- a/ms/blueprintsprocessor/modules/services/execution-service/pom.xml +++ b/ms/blueprintsprocessor/modules/services/execution-service/pom.xml @@ -54,6 +54,10 @@ <artifactId>rest-lib</artifactId> </dependency> <dependency> + <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> + <artifactId>grpc-lib</artifactId> + </dependency> + <dependency> <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId> <artifactId>resource-dict</artifactId> </dependency> |