diff options
Diffstat (limited to 'BRMSGateway/pom.xml')
-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> |