diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-09-12 14:02:56 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-09-12 14:03:02 -0400 |
commit | 8d0fed3d029a9e64a6bb97eb539da7dcb27bcc3b (patch) | |
tree | 0bca7445d284fbfdcab0a31f86c8855899d6231e /BRMSGateway/pom.xml | |
parent | 7614ce4634486cea3898ff9328626f69196687cc (diff) |
Upgrade dmaap client
Upgrading to dmaap 1.1.8 for Casablanca. Hoping they have
removed some license issues.
Also, policy/parent has the version property definition
now because this dependency is shared across multiple repos.
Issue-ID: POLICY-1116
Change-Id: I6ffe7b7cf4b46b12b3ec8d534a58f0be40bb97b9
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'BRMSGateway/pom.xml')
-rw-r--r-- | BRMSGateway/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml index 2a3ad50a5..4071eac27 100644 --- a/BRMSGateway/pom.xml +++ b/BRMSGateway/pom.xml @@ -77,7 +77,6 @@ <dependency> <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId> <artifactId>dmaapClient</artifactId> - <version>${dmaap.version}</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> |