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 | 11b7e74df31f88aab0c2d1a406fc502de30d4f37 (patch) | |
tree | 92cd1d1d6504f8304d15b040e0e7ea61e563c776 /ms/blueprintsprocessor/parent | |
parent | b9859c7a69aece893b6cacce4dd0d4ce2d0badcb (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 48f18eff6..9c3002545 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> |