From 961af3e21239edd4714e7e586ed5db902bd85d53 Mon Sep 17 00:00:00 2001 From: wasala Date: Tue, 27 Mar 2018 13:02:10 +0200 Subject: Added U&IT tests in prh module We have already added tests in our Module. In addition some dependencies were added too. Clean up in pom.xml files Change-Id: I4217d585293f48f2f00870d147807bb1d5b2b33f Issue-ID: DCAEGEN2-407 Signed-off-by: wasala --- prh-dmaap-client/pom.xml | 73 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) (limited to 'prh-dmaap-client/pom.xml') diff --git a/prh-dmaap-client/pom.xml b/prh-dmaap-client/pom.xml index 68170645..e3efc20c 100644 --- a/prh-dmaap-client/pom.xml +++ b/prh-dmaap-client/pom.xml @@ -1,4 +1,23 @@ + @@ -10,5 +29,59 @@ 4.0.0 prh-dmaap-client + org.onap.dcaegen2.services.prh + jar + + + ${project.parent.basedir} + + + + + + + org.immutables + value + + + + + org.slf4j + slf4j-api + + + + ch.qos.logback + logback-core + + + + ch.qos.logback + logback-classic + + + + + + org.junit.jupiter + junit-jupiter-api + test + + + junit + junit + test + + + org.junit.jupiter + junit-jupiter-engine + test + + + org.junit.vintage + junit-vintage-engine + test + + \ No newline at end of file -- cgit 1.2.3-korg