X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=LogParser%2Fpom.xml;h=1dd7ee8d3d2d46cefceaaf54285568e0f10fca34;hb=a7f30f3bdd7b3118e423243e6328c4c7ffe32244;hp=16c58dd4c61ecfad53f7227c97cb0c5e021638fe;hpb=48276315757f6561ee6a52575c07ba4d726679f5;p=policy%2Fengine.git diff --git a/LogParser/pom.xml b/LogParser/pom.xml index 16c58dd4c..1dd7ee8d3 100644 --- a/LogParser/pom.xml +++ b/LogParser/pom.xml @@ -22,14 +22,12 @@ 4.0.0 - org.onap.policy.engine PolicyEngineSuite - 1.2.0-SNAPSHOT + 1.2.3-SNAPSHOT LogParser - com.h2database @@ -44,27 +42,11 @@ 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 @@ -74,7 +56,7 @@ org.apache.logging.log4j log4j-core - 2.4 + 2.8.2 org.eclipse.persistence @@ -86,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 @@ -125,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 - @@ -172,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 + + +