X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=blobdiff_plain;f=ONAP-PDP%2Fpom.xml;h=3dbae2630ff0e6c9a059a99032d9de23fc970e0d;hp=36ad0f5792f2fd987e2afb458c5e3a4048f21cd0;hb=01c2d594520559cce25cb59ac5b01b4a062a915c;hpb=f842f2075cd9b845e9120f6b7ce34e2858e791f0 diff --git a/ONAP-PDP/pom.xml b/ONAP-PDP/pom.xml index 36ad0f579..3dbae2630 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, 2020 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,65 +19,108 @@ ============LICENSE_END========================================================= --> - - - - 4.0.0 - ONAP-PDP - ONAP-PDP - jar - - org.onap.policy.engine - PolicyEngineSuite - 1.1.2-SNAPSHOT - - - - org.onap.policy.engine - ${project.version} - ONAP-REST - - - org.apache.httpcomponents - httpclient - 4.4.1 - - - 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.0 - - - junit - junit - 4.11 - - + + 4.0.0 + ONAP-PDP + ONAP-PDP + jar + + org.onap.policy.engine + PolicyEngineSuite + 1.6.1 + + + + org.onap.policy.engine + ${project.version} + ONAP-REST + + + org.apache.httpcomponents + httpclient + + + org.apache.httpcomponents + httpcore + + + commons-codec + commons-codec + + + commons-logging + commons-logging + 1.2 + + + javax.servlet + servlet-api + + + + + 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 + + + /checkstyle-suppressions.xml + true + true + warning + + + + + + org.onap.oparent + checkstyle + ${oparent.version} + compile + + + + +