From 3a70e91752df97a7b0eb8646a7cf4e0afd48d95f Mon Sep 17 00:00:00 2001 From: Sai Gandham Date: Thu, 12 Apr 2018 22:16:21 +0000 Subject: MOdify POM files to fix sonar Issue-ID: AAF-129 Change-Id: I450e199f94e1428a6cdeae9a1a755d9bda2754ad Signed-off-by: Sai Gandham --- misc/env/pom.xml | 32 ++++++++++++++++++++++++++++++++ misc/log4j/pom.xml | 8 +++++++- misc/pom.xml | 37 +++++++++++++++++++------------------ 3 files changed, 58 insertions(+), 19 deletions(-) (limited to 'misc') diff --git a/misc/env/pom.xml b/misc/env/pom.xml index 76de25f9..d1e3ad95 100644 --- a/misc/env/pom.xml +++ b/misc/env/pom.xml @@ -174,6 +174,12 @@ maven-surefire-plugin 2.17 + false + + **/JU*.java + + + @@ -288,6 +294,32 @@ log4j compile + + org.mockito + mockito-all + 1.9.5 + test + + + + org.powermock + powermock-module-junit4 + ${powermock.version} + test + + + org.powermock + powermock-api-mockito + ${powermock.version} + test + + + + junit + junit + 4.10 + test + diff --git a/misc/log4j/pom.xml b/misc/log4j/pom.xml index c945b739..bcd2d257 100644 --- a/misc/log4j/pom.xml +++ b/misc/log4j/pom.xml @@ -71,7 +71,7 @@ - true + 0.7.7.201606060606 3.2 jacoco @@ -174,6 +174,12 @@ maven-surefire-plugin 2.17 + false + + **/JU*.java + + + diff --git a/misc/pom.xml b/misc/pom.xml index e6c955fd..d7aa53ac 100644 --- a/misc/pom.xml +++ b/misc/pom.xml @@ -22,11 +22,11 @@ 4.0.0 - + + org.onap.aaf.authz + parent + 2.1.0-SNAPSHOT + org.onap.aaf.authz miscparent AAF Misc Parent @@ -34,13 +34,6 @@ pom - - - org.onap.oparent - oparent - 1.1.0 - - @@ -127,6 +120,13 @@ + + env + xgen + rosetta + log4j + + @@ -205,6 +205,12 @@ maven-surefire-plugin 2.17 + false + + **/JU*.java + + + @@ -319,12 +325,7 @@ - - env - xgen - rosetta - log4j - + -- cgit 1.2.3-korg