X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ONAP-PDP%2Fpom.xml;h=3f983f50f735e94d61fef01b8c376f63761e51d5;hb=d73f9545331d390ab3975840dea8c4a48beef498;hp=27c0ec1da5f67a90fb1b0c1ddb4e3f46f144959b;hpb=cc02160dfa3a7a201b79fe11ceaa51e431be7341;p=policy%2Fengine.git diff --git a/ONAP-PDP/pom.xml b/ONAP-PDP/pom.xml index 27c0ec1da..3f983f50f 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.2.1-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 + + + + + + \ No newline at end of file