X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=LogParser%2Fpom.xml;h=1dd7ee8d3d2d46cefceaaf54285568e0f10fca34;hb=a7f30f3bdd7b3118e423243e6328c4c7ffe32244;hp=81784b8a284f5f77ea334faeb7ca4b5f45c9f7ae;hpb=685ed1545ed28b777a3ba6e7d315b78f355154cb;p=policy%2Fengine.git diff --git a/LogParser/pom.xml b/LogParser/pom.xml index 81784b8a2..1dd7ee8d3 100644 --- a/LogParser/pom.xml +++ b/LogParser/pom.xml @@ -1,9 +1,9 @@ - - org.mockito - mockito-all - 1.10.19 - @@ -107,7 +108,7 @@ true lib/ - org.openecomp.xacml.parser.ParseLog + org.onap.xacml.parser.ParseLog @@ -124,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 + + +