X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ONAP-PDP%2Fpom.xml;h=c329fba0cd4a54552c721651aceb9d2917f4d6ea;hb=a7f30f3bdd7b3118e423243e6328c4c7ffe32244;hp=dc3953b760d9fc02304480a8f83ad0ac4d57c717;hpb=44a296f53e8faf2b458c59355e5a2506ad46aca5;p=policy%2Fengine.git diff --git a/ONAP-PDP/pom.xml b/ONAP-PDP/pom.xml index dc3953b76..c329fba0c 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.2.3-SNAPSHOT @@ -73,20 +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 + + + + 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 + + + + +