X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=ee9099c1522c0c263c87735efa256f6faedf200a;hb=77fe6a4534a70588b16699b3d6b0dbfdbdc3a97c;hp=844bde05852e51cd877df3bbe2c63dd6ec501c1c;hpb=cb2348706006c98b57aac7c4eba6811b490153cc;p=policy%2Fapi.git diff --git a/pom.xml b/pom.xml index 844bde05..ee9099c1 100644 --- a/pom.xml +++ b/pom.xml @@ -2,15 +2,16 @@ ============LICENSE_START======================================================= ONAP Policy API ================================================================================ - Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. - Modified Copyright (C) 2018 Samsung Electronics Co., Ltd. + Copyright (C) 2018 Samsung Electronics Co., Ltd. All rights reserved. + Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2019-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. @@ -26,13 +27,13 @@ org.onap.policy.parent integration - 2.0.0 + 3.2.0 org.onap.policy.api policy-api - 2.0.0-SNAPSHOT + 2.3.1 pom @@ -40,41 +41,51 @@ Code that define our external API. - - - ${project.basedir}/../target/code-coverage/jacoco-ut.exec - ${project.basedir}/../target/code-coverage/jacoco-it.exec - reuseReports - - 1.3.0 + 1.7.1 + 2.3.1 main + packages + testsuites + + org.slf4j + slf4j-api + junit junit test - org.slf4j - slf4j-ext - 1.8.0-beta2 + org.onap.policy.common + policy-endpoints + ${policy.common.version} - org.slf4j - slf4j-api + javax.servlet + javax.servlet-api + + + org.eclipse.jetty + jetty-server - ch.qos.logback - logback-core + org.eclipse.jetty + jetty-security + + + org.eclipse.jetty + jetty-servlet - ch.qos.logback - logback-classic + org.glassfish.jersey.containers + jersey-container-servlet + ${version.jersey} @@ -86,109 +97,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