diff options
author | Brinda Santh <brindasanth@in.ibm.com> | 2019-04-10 15:11:10 -0400 |
---|---|---|
committer | Alexis de Talhouƫt <adetalhouet89@gmail.com> | 2019-04-16 10:38:50 -0400 |
commit | 0371cdd595b125da3c10440f6ce5e13fcaa8b0bc (patch) | |
tree | f5d8537b17abe113b3c7da1991df09ac5d4102bf /ms/blueprintsprocessor/modules/commons/pom.xml | |
parent | 065e76a7e3d9cf968fbbf456203ce0657a45fa2c (diff) |
Add grpc property service
Change-Id: Ifa1975235433ef3e84b0ed1261375108809946f4
Issue-ID: CCSDK-1215
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
Diffstat (limited to 'ms/blueprintsprocessor/modules/commons/pom.xml')
-rwxr-xr-x | ms/blueprintsprocessor/modules/commons/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/modules/commons/pom.xml b/ms/blueprintsprocessor/modules/commons/pom.xml index ebd905248..9b52565c1 100755 --- a/ms/blueprintsprocessor/modules/commons/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/pom.xml @@ -35,6 +35,7 @@ <module>db-lib</module> <module>rest-lib</module> <module>dmaap-lib</module> + <module>grpc-lib</module> </modules> <dependencies> <dependency> |