summaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml
diff options
context:
space:
mode:
authorjanani b <janani.b@huawei.com>2019-03-19 19:37:13 +0530
committerjanani b <janani.b@huawei.com>2019-03-19 21:05:46 +0530
commit11b7e74df31f88aab0c2d1a406fc502de30d4f37 (patch)
tree92cd1d1d6504f8304d15b040e0e7ea61e563c776 /ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml
parentb9859c7a69aece893b6cacce4dd0d4ce2d0badcb (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/modules/commons/dmaap-lib/pom.xml')
-rw-r--r--ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml
index 0dd3da350..3d63a57a4 100644
--- a/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml
+++ b/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml
@@ -31,9 +31,6 @@
<name>Blueprints Processor Dmaap Lib</name>
<description>Blueprints Processor Dmaap Lib</description>
- <properties>
- <dmaap.client.version>1.1.5</dmaap.client.version>
- </properties>
<dependencies>
<dependency>
@@ -71,6 +68,10 @@
<artifactId>kotlin-test-junit</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
+ <artifactId>processor-core</artifactId>
+ </dependency>
</dependencies>
</project>