diff options
author | janani b <janani.b@huawei.com> | 2019-02-04 12:05:22 +0530 |
---|---|---|
committer | janani b <janani.b@huawei.com> | 2019-02-26 18:04:16 +0530 |
commit | 7c9a8b833a2f33431e235f22db3b337fca1ae3f1 (patch) | |
tree | 9319620eeb0544088e12d75087242c61d1f0a430 /ms/blueprintsprocessor/modules/commons/pom.xml | |
parent | e9d20bd21789fd0bcf5649fbbb0d388f68a3c063 (diff) |
Dmaap Publisher base code
Dmaap publisher code for any component to create a session with the message-router
Issue-ID: CCSDK-693
Change-Id: Ia60079e2b013ea623f776ff7db9dea4bed4636df
Signed-off-by: janani b <janani.b@huawei.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 8d900a89..9d5dc51c 100755 --- a/ms/blueprintsprocessor/modules/commons/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/pom.xml @@ -33,6 +33,7 @@ <module>db-lib</module> <module>rest-lib</module> <module>core</module> + <module>dmaap-lib</module> </modules> <dependencies> <dependency> |