X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ONAP-PDP%2Fpom.xml;h=a616edd9669b85a0942d6d4f976e7b5ba217dd5c;hb=63f2140962365fe095c04d779691600f5a0fb4ab;hp=4e1962e8692d474339b717c21a8a0dc5912b480c;hpb=db597fe2163c073e37ad2ddc0d7fe386517e21e0;p=policy%2Fengine.git diff --git a/ONAP-PDP/pom.xml b/ONAP-PDP/pom.xml index 4e1962e86..a616edd96 100644 --- a/ONAP-PDP/pom.xml +++ b/ONAP-PDP/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP Policy Engine ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -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 @@ -41,7 +39,7 @@ org.apache.httpcomponents httpclient - 4.4.1 + ${httpclient.version} org.apache.httpcomponents @@ -72,12 +70,61 @@ com.att.research.xacml xacml-pdp - 1.0.0 + 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 + + + + +