From 3a70e91752df97a7b0eb8646a7cf4e0afd48d95f Mon Sep 17 00:00:00 2001 From: Sai Gandham Date: Thu, 12 Apr 2018 22:16:21 +0000 Subject: [PATCH] MOdify POM files to fix sonar Issue-ID: AAF-129 Change-Id: I450e199f94e1428a6cdeae9a1a755d9bda2754ad Signed-off-by: Sai Gandham --- auth/pom.xml | 9 ++------- cadi/pom.xml | 9 ++------- misc/env/pom.xml | 32 ++++++++++++++++++++++++++++++++ misc/log4j/pom.xml | 8 +++++++- misc/pom.xml | 37 +++++++++++++++++++------------------ 5 files changed, 62 insertions(+), 33 deletions(-) diff --git a/auth/pom.xml b/auth/pom.xml index 73720284..777480ea 100644 --- a/auth/pom.xml +++ b/auth/pom.xml @@ -23,20 +23,15 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - + authparent AAF Auth Parent pom - - org.onap.oparent - oparent - 1.1.0 - UTF-8 diff --git a/cadi/pom.xml b/cadi/pom.xml index a15d8132..6c2dd15f 100644 --- a/cadi/pom.xml +++ b/cadi/pom.xml @@ -21,11 +21,11 @@ --> 4.0.0 - + org.onap.aaf.authz cadiparent AAF CADI Parent (Code, Access, Data, Identity) @@ -36,11 +36,6 @@ pom - - org.onap.oparent - oparent - 1.1.0 - 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 - + -- 2.16.6