X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=LogParser%2Fpom.xml;h=7ef977c94382b79199f80e186a2563c12bb7ab6d;hb=5d4859fd479220fa18d17b2f6e7fb5d401771f33;hp=ed6baac250ba7b9f2fcb547720bb7a88e1851283;hpb=98fd6feca6b10c2ad0d50d9f9ad1985b25e4eb84;p=policy%2Fengine.git diff --git a/LogParser/pom.xml b/LogParser/pom.xml index ed6baac25..7ef977c94 100644 --- a/LogParser/pom.xml +++ b/LogParser/pom.xml @@ -1,9 +1,9 @@ + + org.mockito + mockito-all + 1.10.19 + + + org.onap.policy.engine + PolicyEngineUtils + ${project.version} + + + com.att.aft + dme2 + + + org.json + json + + + org.onap.dmaap.messagerouter.dmaapclient + dmaapClient + + + com.att.nsa + cambriaClient + + + org.onap.aaf.cadi + cadi-aaf + + + + + org.powermock + powermock-module-junit4 + 1.7.3 + test + + + org.powermock + powermock-api-mockito2 + 1.7.3 + test + @@ -91,7 +155,7 @@ true lib/ - org.openecomp.xacml.parser.ParseLog + org.onap.xacml.parser.ParseLog @@ -108,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 + + +