X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ONAP-PDP%2Fpom.xml;h=d664cf4dbb720a11406d1b17c62f37f5e46f1a17;hb=refs%2Fchanges%2F97%2F50397%2F1;hp=27c0ec1da5f67a90fb1b0c1ddb4e3f46f144959b;hpb=cc02160dfa3a7a201b79fe11ceaa51e431be7341;p=policy%2Fengine.git diff --git a/ONAP-PDP/pom.xml b/ONAP-PDP/pom.xml index 27c0ec1da..d664cf4db 100644 --- a/ONAP-PDP/pom.xml +++ b/ONAP-PDP/pom.xml @@ -28,7 +28,7 @@ org.onap.policy.engine PolicyEngineSuite - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT @@ -71,22 +71,60 @@ com.att.research.xacml xacml-pdp 1.0.1 - - - - commons-collections - commons-collections - - + + + + commons-collections + commons-collections + + - org.onap.policy.drools-pdp - policy-endpoints - ${project.version} - test - + org.onap.policy.drools-pdp + policy-endpoints + ${project.version} + test + - + + + + 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 + + + + +