X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=LogParser%2Fpom.xml;h=11f84d6cb2e1708ac8c438477d383a3e85f1eab8;hb=e313080641069b3bfc1f497113c57f1667b72bbc;hp=0bd21a8de42a65e9d525d014eaa98738b3678d1a;hpb=f1e1aac664fed1efa8bf78656a9aa1a2ea5a17cd;p=policy%2Fengine.git diff --git a/LogParser/pom.xml b/LogParser/pom.xml index 0bd21a8de..11f84d6cb 100644 --- a/LogParser/pom.xml +++ b/LogParser/pom.xml @@ -22,19 +22,16 @@ 4.0.0 - org.onap.policy.engine PolicyEngineSuite 1.2.0-SNAPSHOT LogParser - com.h2database h2 - 1.4.193 org.mariadb.jdbc @@ -45,37 +42,21 @@ org.onap.policy.common ONAP-Logging ${project.version} - - - org.powermock - powermock-module-junit4 - - - org.powermock - powermock-api-mockito - - org.onap.policy.common integrity-monitor ${project.version} - - - org.powermock - powermock-api-mockito - - org.apache.logging.log4j log4j-api - 2.4 + 2.8.2 org.apache.logging.log4j log4j-core - 2.4 + 2.8.2 org.eclipse.persistence @@ -87,23 +68,6 @@ eclipselink 2.6.0 - - junit - junit - 4.11 - test - - - org.mockito - mockito-core - 2.7.22 - - - - org.mockito - mockito-all - 1.10.19 - org.onap.policy.engine PolicyEngineUtils @@ -126,23 +90,11 @@ cambriaClient - com.att.cadi + org.onap.aaf.cadi cadi-aaf - - org.powermock - powermock-module-junit4 - 1.7.3 - test - - - org.powermock - powermock-api-mockito2 - 1.7.3 - test - @@ -173,6 +125,42 @@ + + maven-checkstyle-plugin + + + onap-java-style + + check + + process-sources + + + onap-checkstyle/onap-java-style.xml + + ${project.build.sourceDirectory} + true + true + true + + + true + true + warning + + + + + + org.onap.oparent + checkstyle + 0.1.1 + compile + + +