X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ONAP-PDP%2Fpom.xml;h=d664cf4dbb720a11406d1b17c62f37f5e46f1a17;hb=4553d7ab7bde46adcca13ee00682b8d8591cbb94;hp=02057bd3abd0d202e635c4df033990c438641a9e;hpb=38fa76cdcbe32e2df1da8f483b561395cd010bb3;p=policy%2Fengine.git diff --git a/ONAP-PDP/pom.xml b/ONAP-PDP/pom.xml index 02057bd3a..d664cf4db 100644 --- a/ONAP-PDP/pom.xml +++ b/ONAP-PDP/pom.xml @@ -19,10 +19,8 @@ ============LICENSE_END========================================================= --> - - 4.0.0 ONAP-PDP ONAP-PDP @@ -30,7 +28,7 @@ org.onap.policy.engine PolicyEngineSuite - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT @@ -73,27 +71,60 @@ com.att.research.xacml xacml-pdp 1.0.1 - - - - commons-collections - commons-collections - - + + + + commons-collections + commons-collections + + - junit - junit - 4.11 + 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 + + + + +