summaryrefslogtreecommitdiffstats
path: root/prh-dmaap-client
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-05-14 14:22:07 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-14 14:22:07 +0000
commit21c5efca0e8aef7f53b9bf6c2d6e6283de23e234 (patch)
tree3ecf64f3f6e03a846ff7e472e610ddadf692a94c /prh-dmaap-client
parent0dcc3f80f9fb982ee0a41c83cec000bd03144102 (diff)
parentcb85d68e8cce4e76ca1d613bdf17c280075f5c3d (diff)
Merge "Fix for poms"
Diffstat (limited to 'prh-dmaap-client')
-rw-r--r--prh-dmaap-client/pom.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/prh-dmaap-client/pom.xml b/prh-dmaap-client/pom.xml
index 40d4df91..bce5ccbb 100644
--- a/prh-dmaap-client/pom.xml
+++ b/prh-dmaap-client/pom.xml
@@ -52,6 +52,11 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.onap.dcaegen2.services.prh</groupId>
+ <artifactId>prh-commons</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </dependency>
<!-- LOGGING DEPENDENCIES -->
@@ -99,10 +104,6 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.onap.dcaegen2.services.commons</groupId>
- <artifactId>commons</artifactId>
- <version>1.0-SNAPSHOT</version>
- </dependency>
+
</dependencies>
</project> \ No newline at end of file