diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-11-29 17:05:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-29 17:05:13 +0000 |
commit | 367fd935789c6c2e13b9b32d13c62dbac89e1c57 (patch) | |
tree | 18b4a0ef4ccb8115d7b6c37191221e365d7f31d0 /BRMSGateway | |
parent | db597fe2163c073e37ad2ddc0d7fe386517e21e0 (diff) | |
parent | 4d8201836d182ffdb04423a518cdd4b209d279e4 (diff) |
Merge "Modified dmaapClient dependency GroupId/Version"
Diffstat (limited to 'BRMSGateway')
-rw-r--r-- | BRMSGateway/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml index 94765a737..6f530b376 100644 --- a/BRMSGateway/pom.xml +++ b/BRMSGateway/pom.xml @@ -83,9 +83,9 @@ </exclusions> </dependency> <dependency> - <groupId>com.att.nsa</groupId> + <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId> <artifactId>dmaapClient</artifactId> - <version>0.2.12</version> + <version>${dmaap.version}</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> |