X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=a631ce89466760065aa17f9e47114eb640993613;hb=ae09a5ec6d8fd2665bb868f6a5bbe0365a284146;hp=d603865b7126ed56847d4167b91882dcb34ca046;hpb=9745d26b1d55bdcb21a017541647f229a4728d76;p=policy%2Fxacml-pdp.git diff --git a/pom.xml b/pom.xml index d603865b..a631ce89 100644 --- a/pom.xml +++ b/pom.xml @@ -3,6 +3,7 @@ ONAP Policy Engine - XACML PDP ================================================================================ Copyright (C) 2018-2020 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2020 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -25,13 +26,13 @@ org.onap.policy.parent integration - 3.1.3 + 3.2.0 org.onap.policy.xacml-pdp policy-xacml-pdp - 2.2.2-SNAPSHOT + 2.3.1-SNAPSHOT pom @@ -39,8 +40,8 @@ This code implements the XACML PDP engine - 1.6.5 - 2.2.6 + 1.7.1 + 2.3.1 @@ -75,7 +76,6 @@ org.slf4j slf4j-ext - 1.8.0-beta2 org.slf4j @@ -100,7 +100,6 @@ org.json json - 20180813 org.onap.policy.models @@ -122,44 +121,6 @@ - - - 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 - - - -