diff options
author | Brinda Santh <brindasanth@in.ibm.com> | 2019-05-20 15:27:55 -0400 |
---|---|---|
committer | Steve Siani <alphonse.steve.siani.djissitchi@ibm.com> | 2019-05-23 00:15:54 -0400 |
commit | 0042e9e09d4d43422459f9b1574e61d6c625099d (patch) | |
tree | 541c95f6524bcc749ee6ae7a20b191aa6d47a4ac /ms/blueprintsprocessor/modules/commons/pom.xml | |
parent | 380a30ea374576cbda7bb00404f8b469e1ab5795 (diff) |
Add Kafka client services
Change-Id: I76cf52f6df10e114539c4d65620f431e0f747644
Issue-ID: CCSDK-1349
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 5fdfb5064..782ce614e 100755 --- a/ms/blueprintsprocessor/modules/commons/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/pom.xml @@ -36,6 +36,7 @@ <module>rest-lib</module> <module>dmaap-lib</module> <module>grpc-lib</module> + <module>message-lib</module> </modules> <dependencies> <dependency> |