diff options
author | Dan Timoney <dtimoney@att.com> | 2019-03-22 14:44:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-22 14:44:52 +0000 |
commit | 274fda687529f97d343d788a4e9da537cfeaa467 (patch) | |
tree | 891337265ff5b07d7c9728582c9d28370949260e /ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml | |
parent | f6d4029257dcb6c573d421e3762eac5429eca762 (diff) | |
parent | 8887096b3b5472b1a31a0b9d92ce9d098c615bf1 (diff) |
Merge "Dmaap Publisher base code"
Diffstat (limited to 'ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml')
-rw-r--r-- | ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml | 7 |
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 6ad7d843..30f83d38 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> |