X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ONAP-PDP%2Fpom.xml;h=965280d402b4b07c5625361754d154b9a432bdfa;hb=510c439f70556718f9fceeb6bad1a771ccbb410c;hp=a2cbc8b378daa2b870bc905b0a14792496635c83;hpb=c8cf3270ff412fc7fc138f0e53b1361c3b21fcbf;p=policy%2Fengine.git diff --git a/ONAP-PDP/pom.xml b/ONAP-PDP/pom.xml index a2cbc8b37..965280d40 100644 --- a/ONAP-PDP/pom.xml +++ b/ONAP-PDP/pom.xml @@ -19,105 +19,109 @@ ============LICENSE_END========================================================= --> - - - - 4.0.0 - ONAP-PDP - ONAP-PDP - jar - - org.onap.policy.engine - PolicyEngineSuite - 1.2.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 + + 4.0.0 + ONAP-PDP + ONAP-PDP + jar + + org.onap.policy.engine + PolicyEngineSuite + 1.3.1-SNAPSHOT + + + + org.onap.policy.engine + ${project.version} + ONAP-REST + + + org.apache.httpcomponents + httpclient - - org.onap.policy.engine - ${project.version} - ONAP-REST - - - org.apache.httpcomponents - httpclient - ${httpclient.version} - - - org.apache.httpcomponents - httpcore - 4.4.4 - - - commons-codec - commons-codec - 1.10 - - - commons-logging - commons-logging - 1.2 - - - javax.servlet - servlet-api - - - - - com.google.guava - guava - 19.0 - - - com.att.research.xacml - xacml-pdp - 1.0.1 + + org.apache.httpcomponents + httpcore + + + commons-codec + commons-codec + + + commons-logging + commons-logging + 1.2 - - - commons-collections - commons-collections - + + javax.servlet + servlet-api + - - - junit - junit - 4.11 - - - org.onap.policy.drools-pdp - policy-endpoints - ${project.version} - test - - - com.mockrunner - mockrunner - 0.3.1 - - - + + + com.google.guava + guava + + + com.att.research.xacml + xacml-pdp + 1.0.2 + + + + commons-collections + commons-collections + + + + + org.onap.policy.common + policy-endpoints + ${version.policy.common} + 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 + ${oparent.version} + compile + + + + +