X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=LogParser%2Fpom.xml;h=0f38c5721ab344c0eaa383fa511dbbdd37de8c4d;hb=b401754031d70b43ac1b1ee28256ea29add7ebf3;hp=20e06045ad5ee621f95802aa57d33fed61b73220;hpb=7e547eaa55920dfbc9691eab33bb728395b50cf2;p=policy%2Fengine.git diff --git a/LogParser/pom.xml b/LogParser/pom.xml index 20e06045a..0f38c5721 100644 --- a/LogParser/pom.xml +++ b/LogParser/pom.xml @@ -1,9 +1,9 @@ - - org.mockito - mockito-all - 1.10.19 - @@ -102,7 +108,7 @@ true lib/ - org.openecomp.xacml.parser.ParseLog + org.onap.xacml.parser.ParseLog @@ -119,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 + + +