X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ONAP-PDP%2Fpom.xml;h=a616edd9669b85a0942d6d4f976e7b5ba217dd5c;hb=63f2140962365fe095c04d779691600f5a0fb4ab;hp=d302c955dd43efff929bbf00295177b5fd7bf434;hpb=cfe70c8b2be0bc9ac491c59e26c582be7af8276a;p=policy%2Fengine.git diff --git a/ONAP-PDP/pom.xml b/ONAP-PDP/pom.xml index d302c955d..a616edd96 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,11 +71,60 @@ com.att.research.xacml xacml-pdp 1.0.1 + + + + commons-collections + commons-collections + + - junit - junit - 4.11 + org.onap.policy.common + 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 + + + + +