diff options
author | janani b <janani.b@huawei.com> | 2019-03-19 19:37:13 +0530 |
---|---|---|
committer | janani b <janani.b@huawei.com> | 2019-03-19 21:05:46 +0530 |
commit | 8887096b3b5472b1a31a0b9d92ce9d098c615bf1 (patch) | |
tree | f5d71986c48adf1c07762f68142527d2a289cdc9 /ms/blueprintsprocessor/parent | |
parent | f24666c55d17ef296746ea103218d1c489380a00 (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: I4e992f8e0d797a9a5ba169c47b81a54cabc907cb
Signed-off-by: janani b <janani.b@huawei.com>
Diffstat (limited to 'ms/blueprintsprocessor/parent')
-rwxr-xr-x | ms/blueprintsprocessor/parent/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index 48f18eff..9c300254 100755 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -50,6 +50,7 @@ <onap.logger.slf4j>1.2.2</onap.logger.slf4j> <powermock.version>1.7.4</powermock.version> <mockk.version>1.9</mockk.version> + <dmaap.client.version>1.1.5</dmaap.client.version> </properties> <dependencyManagement> <dependencies> |