diff options
author | pwielebs <piotr.wielebski@nokia.com> | 2018-05-07 16:58:20 +0200 |
---|---|---|
committer | pwielebs <piotr.wielebski@nokia.com> | 2018-05-14 13:28:50 +0200 |
commit | cb85d68e8cce4e76ca1d613bdf17c280075f5c3d (patch) | |
tree | 163f34641b65931ab3aa8af25a16d99b41ad4393 /prh-dmaap-client/pom.xml | |
parent | a393ae34963a919b842127cc8943a94f2d7c1bc7 (diff) |
Fix for poms
Change-Id: I9f5b13f25cccf3f4cde292f5689d28d2e74896a9
Issue-ID: DCAEGEN2-451
Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
Diffstat (limited to 'prh-dmaap-client/pom.xml')
-rw-r--r-- | prh-dmaap-client/pom.xml | 11 |
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 |