diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-11-21 17:40:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-21 17:40:19 +0000 |
commit | 655c34d4893baecb4052cc3c6524c8b7301bdfae (patch) | |
tree | 9580617c06b20db3f79fe15f80f35797fb9b7502 /policy-endpoints/pom.xml | |
parent | 9de8f79a65046a655bac5984d52eb8831cd38e51 (diff) | |
parent | 95886e49ed48ddc9aa55e89576fb8453dba47a28 (diff) |
Merge "Modified dmaapClient dependency GroupId/Version"
Diffstat (limited to 'policy-endpoints/pom.xml')
-rw-r--r-- | policy-endpoints/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index e662e245..d2dcb2b0 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -59,8 +59,8 @@ </dependency> <dependency> - <groupId>com.att.nsa</groupId> - <artifactId>dmaapClient</artifactId> + <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId> + <artifactId>dmaapClient</artifactId> <version>${dmaap.version}</version> <exclusions> <exclusion> |