X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=pom.xml;h=30be2743176a92468e837946f92fe42a90728ac0;hb=47ea2aa15e689a1e8b0316baa6c6aa3e1d197103;hp=861b19febfc3e3b2345bba74be3780bc2d5dd808;hpb=20390c6ed94e2082cb688d76aacabe5366d908fe;p=policy%2Fapi.git diff --git a/pom.xml b/pom.xml index 861b19fe..30be2743 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,8 @@ ONAP Policy API ================================================================================ Copyright (C) 2018 Samsung Electronics Co., Ltd. All rights reserved. - Copyright (C) 2017-2019 AT&T Intellectual Property. 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 - 3.0.1 + 3.1.1 org.onap.policy.api policy-api - 2.2.0-SNAPSHOT + 2.2.1 pom @@ -40,14 +41,8 @@ Code that define our external API. - - - ${project.basedir}/../target/code-coverage/jacoco-ut.exec - ${project.basedir}/../target/code-coverage/jacoco-it.exec - reuseReports - - 1.6.0-SNAPSHOT - 2.2.0-SNAPSHOT + 1.6.2 + 2.2.2 @@ -57,6 +52,10 @@ + + org.slf4j + slf4j-api + junit junit @@ -67,6 +66,28 @@ policy-endpoints ${policy.common.version} + + javax.servlet + javax.servlet-api + + + org.eclipse.jetty + jetty-server + + + org.eclipse.jetty + jetty-security + 9.4.25.v20191220 + + + org.eclipse.jetty + jetty-servlet + + + org.glassfish.jersey.containers + jersey-container-servlet + ${version.jersey} + @@ -78,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 @@ -118,7 +113,7 @@ with minor changes --> onap-checkstyle/onap-java-style.xml - ${project.build.sourceDirectory} + ${project.build.sourceDirectory} true true true @@ -142,44 +137,6 @@ - - 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