X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=67d577cb90f1bb26d73285855b0ac8c510cd888d;hb=27b200a1541f648e2355af32b112e02d10b92a23;hp=b2d885c79023c20053ab8bc03ba9f63b6cc4e2fc;hpb=da9e01a78e3205ee7238196a574adcf11c041797;p=policy%2Fapi.git diff --git a/pom.xml b/pom.xml index b2d885c7..67d577cb 100644 --- a/pom.xml +++ b/pom.xml @@ -2,8 +2,9 @@ ============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 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -26,13 +27,13 @@ org.onap.policy.parent integration - 2.0.0-SNAPSHOT - + 3.1.3 + org.onap.policy.api policy-api - 2.0.0-SNAPSHOT + 2.2.5-SNAPSHOT pom @@ -40,42 +41,52 @@ 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.6.5 + 2.2.6 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 + 9.4.25.v20191220 + + + org.eclipse.jetty + jetty-servlet - ch.qos.logback - logback-classic + org.glassfish.jersey.containers + jersey-container-servlet + ${version.jersey} @@ -88,32 +99,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 @@ -124,12 +109,11 @@ process-sources - + onap-checkstyle/onap-java-style.xml - ${project.build.sourceDirectory}/src/main/java + ${project.build.sourceDirectory} true true true @@ -145,7 +129,7 @@ org.onap.oparent checkstyle - 1.1.0 + ${oparent.version} compile @@ -154,44 +138,28 @@ - org.jacoco - jacoco-maven-plugin - ${jacoco.version} + org.eclipse.m2e + lifecycle-mapping + 1.0.0 - - - **/gen/** - **/generated-sources/** - **/yang-gen/** - **/pax/** - + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.17,) + + check + + + + + + + + - - - - pre-unit-test - - prepare-agent - - - ${sonar.jacoco.reportPath} - - - - - post-unit-test - test - - report - - - ${sonar.jacoco.reportPath} - - -