diff options
author | Lusheng Ji <lji@research.att.com> | 2018-05-14 14:22:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-14 14:22:07 +0000 |
commit | 21c5efca0e8aef7f53b9bf6c2d6e6283de23e234 (patch) | |
tree | 3ecf64f3f6e03a846ff7e472e610ddadf692a94c /prh-aai-client/pom.xml | |
parent | 0dcc3f80f9fb982ee0a41c83cec000bd03144102 (diff) | |
parent | cb85d68e8cce4e76ca1d613bdf17c280075f5c3d (diff) |
Merge "Fix for poms"
Diffstat (limited to 'prh-aai-client/pom.xml')
-rw-r--r-- | prh-aai-client/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/prh-aai-client/pom.xml b/prh-aai-client/pom.xml index 8d4161fd..28abdd81 100644 --- a/prh-aai-client/pom.xml +++ b/prh-aai-client/pom.xml @@ -67,9 +67,9 @@ <artifactId>commons-lang3</artifactId> </dependency> <dependency> - <groupId>org.onap.dcaegen2.services.commons</groupId> - <artifactId>commons</artifactId> - <version>1.0-SNAPSHOT</version> + <groupId>org.onap.dcaegen2.services.prh</groupId> + <artifactId>prh-commons</artifactId> + <version>1.0.0-SNAPSHOT</version> </dependency> <!-- LOGGING DEPENDENCIES--> |