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 --- pom.xml | 181 +++++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 127 insertions(+), 54 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 3b17ffa0..e334c004 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,27 @@ + + + 4.0.0 org.onap.oparent @@ -27,15 +48,25 @@ UTF-8 UTF-8 - + 8 3.7.0 + + + + 2.5.6 + + + 1.7.25 + 1.2.3 + + + true 4.12 5.1.0 5.1.0 1.1.0 - - true + false https://nexus.onap.org @@ -67,50 +98,6 @@ - - - org.immutables - value - 2.5.6 - - - - - - - - org.junit.jupiter - junit-jupiter-api - ${junit.jupiter.version} - test - - - junit - junit - ${junit.version} - test - - - org.junit.jupiter - junit-jupiter-engine - ${junit.jupiter.version} - test - - - org.junit.vintage - junit-vintage-engine - ${junit.vintage.version} - test - - - - org.junit.platform - junit-platform-launcher - ${junit.platform.version} - test - - - @@ -208,13 +195,6 @@ - - - org.apache.maven.plugins - maven-antrun-plugin - 1.8 - - org.apache.maven.plugins @@ -406,6 +386,99 @@ + + + + + + org.immutables + value + ${immutable.version} + provided + + + + + org.slf4j + slf4j-api + ${slf4j.version} + provided + + + ch.qos.logback + logback-core + ${logback.version} + provided + + + ch.qos.logback + logback-classic + ${logback.version} + provided + + + + + org.junit.jupiter + junit-jupiter-api + ${junit.jupiter.version} + test + + + junit + junit + ${junit.version} + test + + + org.junit.jupiter + junit-jupiter-engine + ${junit.jupiter.version} + test + + + org.junit.vintage + junit-vintage-engine + ${junit.vintage.version} + test + + + org.springframework + spring-test + 5.0.4.RELEASE + test + + + org.mockito + mockito-core + 2.16.0 + test + + + org.testng + testng + 6.14.2 + test + + + org.springframework.boot + spring-boot-starter-test + 2.0.0.RELEASE + test + + + + + + org.junit.platform + junit-platform-launcher + ${junit.platform.version} + test + + + + + prh-app-server prh-aai-client -- cgit 1.2.3-korg