X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=0673a5d273ec07e1b998aafb323014767473bdff;hb=refs%2Fheads%2Fjakarta;hp=288052e7eef3bfc09e18d24abe4f5379936e40c8;hpb=8218ae0be874fe0a662f52ac74cd43f564e7b666;p=policy%2Fapi.git diff --git a/pom.xml b/pom.xml index 288052e7..0673a5d2 100644 --- a/pom.xml +++ b/pom.xml @@ -2,15 +2,17 @@ ============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-2021 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2019-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. @@ -26,12 +28,13 @@ org.onap.policy.parent integration - 2.0.0-SNAPSHOT + 3.5.5-SNAPSHOT org.onap.policy.api policy-api + 2.6.5-SNAPSHOT pom @@ -39,41 +42,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-SNAPSHOT + 1.10.5-SNAPSHOT + 2.6.6-SNAPSHOT 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 - ch.qos.logback - logback-core + org.eclipse.jetty + jetty-server - ch.qos.logback - logback-classic + org.eclipse.jetty + jetty-security + + + org.eclipse.jetty + jetty-servlet + + + org.glassfish.jersey.containers + jersey-container-servlet + ${version.jersey} @@ -84,136 +97,4 @@ - - - - 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 - 1.0.0 - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.17,) - - check - - - - - - - - - - - - - -