X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ONAP-PDP%2Fpom.xml;h=a616edd9669b85a0942d6d4f976e7b5ba217dd5c;hb=63f2140962365fe095c04d779691600f5a0fb4ab;hp=a2cbc8b378daa2b870bc905b0a14792496635c83;hpb=c8cf3270ff412fc7fc138f0e53b1361c3b21fcbf;p=policy%2Fengine.git diff --git a/ONAP-PDP/pom.xml b/ONAP-PDP/pom.xml index a2cbc8b37..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,28 +28,9 @@ org.onap.policy.engine PolicyEngineSuite - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT - - org.mockito - mockito-core - 1.10.19 - test - - - - org.powermock - powermock-api-mockito - 1.7.3 - test - - - org.powermock - powermock-module-junit4 - 1.7.3 - test - org.onap.policy.engine ${project.version} @@ -92,32 +71,60 @@ com.att.research.xacml xacml-pdp 1.0.1 - - - - commons-collections - commons-collections - - - - - junit - junit - 4.11 + + + + commons-collections + commons-collections + + - org.onap.policy.drools-pdp - policy-endpoints - ${project.version} - test - - - com.mockrunner - mockrunner - 0.3.1 + 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 + + + + +