X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=pom.xml;h=8255c9c626992ef5ce80292e6e412f5e4dc32045;hb=c86b90f6d0bf613a023963c8a5eb92ba6405074c;hp=071449c37c85d51e84614c91638bc737f0bc1b82;hpb=494d243dc151c59d8a3dc1e2195cb615f22e08be;p=policy%2Fxacml-pdp.git diff --git a/pom.xml b/pom.xml index 071449c3..8255c9c6 100644 --- a/pom.xml +++ b/pom.xml @@ -2,14 +2,14 @@ ============LICENSE_START======================================================= ONAP Policy Engine - XACML PDP ================================================================================ - Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved. + Copyright (C) 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. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -25,13 +25,13 @@ org.onap.policy.parent integration - 2.1.0 + 3.1.1 org.onap.policy.xacml-pdp policy-xacml-pdp - 2.0.1-SNAPSHOT + 2.2.0-SNAPSHOT pom @@ -39,14 +39,8 @@ This code implements the XACML PDP engine - - - ${project.basedir}/../target/code-coverage/jacoco-ut.exec - ${project.basedir}/../target/code-coverage/jacoco-it.exec - reuseReports - - 1.4.0 - 2.0.0 + 1.6.2 + 2.2.1 @@ -54,8 +48,9 @@ applications packages testsuites + xacml-test - + junit @@ -97,7 +92,6 @@ org.yaml snakeyaml - 1.24 org.projectlombok @@ -119,7 +113,7 @@ ${policy.models.version} - + ecomp-site @@ -129,32 +123,6 @@ - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${sonar.jacoco.reportPath} - true - - - - post-unit-test - test - - report - - - ${sonar.jacoco.reportPath} - - - - maven-checkstyle-plugin @@ -165,16 +133,17 @@ process-sources - onap-checkstyle/onap-java-style.xml - ${project.build.sourceDirectory} + ${project.build.sourceDirectory} true true true + /checkstyle-suppressions.xml true true warning @@ -193,44 +162,6 @@ - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - - - **/gen/** - **/generated-sources/** - **/yang-gen/** - **/pax/** - - - - - - pre-unit-test - - prepare-agent - - - ${sonar.jacoco.reportPath} - - - - - post-unit-test - test - - report - - - ${sonar.jacoco.reportPath} - - - - org.eclipse.m2e lifecycle-mapping