aboutsummaryrefslogtreecommitdiffstats
path: root/prh-commons/pom.xml
diff options
context:
space:
mode:
authorpwielebs <piotr.wielebski@nokia.com>2018-12-17 09:49:00 +0100
committerpwielebs <piotr.wielebski@nokia.com>2018-12-18 14:30:59 +0100
commit0386c752ae31856bd5ee83fc8b6de763c48d3c83 (patch)
tree4a640c61086421a826022bc39c6f7e195b4a99fe /prh-commons/pom.xml
parentc35d7ae7f2ff44e0e08306f674b1b48d54831521 (diff)
Integration with SDK
* minor version upgraded in poms * align ConsumerDmaapModel to abstraction exposed in SDK * UTs modified Change-Id: Iaef2f9e8fab746106574771b2317c5689e047a5b Issue-ID: DCAEGEN2-1042 Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
Diffstat (limited to 'prh-commons/pom.xml')
-rw-r--r--prh-commons/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/prh-commons/pom.xml b/prh-commons/pom.xml
index 1c78d484..91797986 100644
--- a/prh-commons/pom.xml
+++ b/prh-commons/pom.xml
@@ -14,8 +14,13 @@
<artifactId>prh-commons</artifactId>
<packaging>jar</packaging>
+
<dependencies>
<dependency>
+ <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId>
+ <artifactId>common-dependency</artifactId>
+ </dependency>
+ <dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
@@ -55,5 +60,6 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
+
</dependencies>
</project>