From f51a3e2b128f0b96bc9ed67dfc3081f4b41d1303 Mon Sep 17 00:00:00 2001 From: "Kishore Reddy, Gujja (kg811t)" Date: Fri, 8 Jun 2018 16:40:16 -0400 Subject: Junit Test Cases & Raptors Issue-ID: PORTAL-273. PORTAL-301 Covered JUNITS for sdk modules and RAPTOR reports fixes Change-Id: Ifaf3bf06f0ec123051a791cc8e7f10662f97a525 Signed-off-by: Kishore Reddy, Gujja (kg811t) --- ecomp-sdk/epsdk-aaf/pom.xml | 35 +++++++++++++++++++++++++---------- 1 file changed, 25 insertions(+), 10 deletions(-) (limited to 'ecomp-sdk/epsdk-aaf/pom.xml') diff --git a/ecomp-sdk/epsdk-aaf/pom.xml b/ecomp-sdk/epsdk-aaf/pom.xml index cccfc833..f3d22f61 100644 --- a/ecomp-sdk/epsdk-aaf/pom.xml +++ b/ecomp-sdk/epsdk-aaf/pom.xml @@ -1,16 +1,18 @@ - + 4.0.0 org.onap.portal.sdk epsdk-project - 2.4.0-SNAPSHOT + 2.5.0-SNAPSHOT org.onap.portal.sdk epsdk-aaf - 2.4.0-SNAPSHOT + 2.5.0-SNAPSHOT jar ONAP Portal SDK AAF Authorization @@ -49,6 +51,25 @@ eelf-core 1.0.0 + + + org.jacoco + org.jacoco.agent + ${jacoco.version} + runtime + + + junit + junit + 4.12 + test + + + org.mockito + mockito-core + 1.10.19 + test + org.springframework @@ -117,12 +138,6 @@ jackson-databind 2.6.3 - - junit - junit - 3.8.1 - test - @@ -154,7 +169,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.1 + 3.7.0 1.8 1.8 -- cgit 1.2.3-korg