X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=4f9428e2e694336e76042c41243c6a910c7c6ab0;hb=refs%2Fheads%2Fhonolulu;hp=59726402cc3fbd41961ea96fd88570491f3925a1;hpb=b79142f6c67a607fa0082165f767c2ae15f14ff7;p=policy%2Fxacml-pdp.git diff --git a/pom.xml b/pom.xml index 59726402..4f9428e2 100644 --- a/pom.xml +++ b/pom.xml @@ -2,14 +2,16 @@ ============LICENSE_START======================================================= ONAP Policy Engine - XACML PDP ================================================================================ - Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2018-2021 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2020 Nordix Foundation. + Modifications Copyright (C) 2020 Bell Canada. 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 +27,13 @@ org.onap.policy.parent integration - 3.0.1 + 3.3.4-SNAPSHOT org.onap.policy.xacml-pdp policy-xacml-pdp - 2.1.2-SNAPSHOT + 2.4.7-SNAPSHOT pom @@ -39,14 +41,9 @@ 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.2 - 2.1.3 + 1.8.4-SNAPSHOT + 2.4.7-SNAPSHOT + ${project.basedir}/target/code-coverage/jacoco-ut.exec @@ -54,8 +51,10 @@ applications packages testsuites + xacml-test + tutorials - + junit @@ -80,7 +79,6 @@ org.slf4j slf4j-ext - 1.8.0-beta2 org.slf4j @@ -105,7 +103,6 @@ org.json json - 20180813 org.onap.policy.models @@ -118,7 +115,7 @@ ${policy.models.version} - + ecomp-site @@ -127,109 +124,8 @@ - - - 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 - - - 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 - ${oparent.version} - compile - - - - - - 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