X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=LogParser%2Fpom.xml;h=7ef977c94382b79199f80e186a2563c12bb7ab6d;hb=5d4859fd479220fa18d17b2f6e7fb5d401771f33;hp=16c58dd4c61ecfad53f7227c97cb0c5e021638fe;hpb=301d66ae2647f94c066196110a5cd83fdd573591;p=policy%2Fengine.git diff --git a/LogParser/pom.xml b/LogParser/pom.xml index 16c58dd4c..7ef977c94 100644 --- a/LogParser/pom.xml +++ b/LogParser/pom.xml @@ -74,7 +74,7 @@ org.apache.logging.log4j log4j-core - 2.4 + 2.8.2 org.eclipse.persistence @@ -125,7 +125,7 @@ cambriaClient - com.att.cadi + org.onap.aaf.cadi cadi-aaf @@ -172,6 +172,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 + + +