X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=4527fd96757078b013656d42c234edf27872a144;hb=60e13ff97a984c30d2740830f676aeb82a57d35f;hp=071449c37c85d51e84614c91638bc737f0bc1b82;hpb=494d243dc151c59d8a3dc1e2195cb615f22e08be;p=policy%2Fxacml-pdp.git diff --git a/pom.xml b/pom.xml index 071449c3..4527fd96 100644 --- a/pom.xml +++ b/pom.xml @@ -2,14 +2,15 @@ ============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. + 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. 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 +26,13 @@ org.onap.policy.parent integration - 2.1.0 + 3.2.0-SNAPSHOT org.onap.policy.xacml-pdp policy-xacml-pdp - 2.0.1-SNAPSHOT + 2.3.0-SNAPSHOT pom @@ -39,14 +40,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.7.0-SNAPSHOT + 2.3.0-SNAPSHOT @@ -54,8 +49,9 @@ applications packages testsuites + xacml-test - + junit @@ -80,7 +76,6 @@ org.slf4j slf4j-ext - 1.8.0-beta2 org.slf4j @@ -97,7 +92,6 @@ org.yaml snakeyaml - 1.24 org.projectlombok @@ -106,7 +100,6 @@ org.json json - 20180813 org.onap.policy.models @@ -119,7 +112,7 @@ ${policy.models.version} - + ecomp-site @@ -128,109 +121,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