X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=69be043720479ec7da094a428802480b39a09651;hb=893d64185a9432e2fd8808e58f8a76566fceaaf9;hp=4c441f0749ef9f3ea9262b340c6df54cd26719fd;hpb=1e5623b14adf9ed874d913b90c8840f46cff96d9;p=policy%2Fxacml-pdp.git diff --git a/pom.xml b/pom.xml index 4c441f07..69be0437 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 - 3.0.0 + 3.2.0-SNAPSHOT org.onap.policy.xacml-pdp policy-xacml-pdp - 2.1.0-SNAPSHOT + 2.3.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.5.0 - 2.1.0 + 1.7.0-SNAPSHOT + 2.3.0-SNAPSHOT @@ -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