X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=27b8c926a77498a370a1241ce1f2bc29f55d4359;hb=refs%2Fchanges%2F04%2F106604%2F1;hp=a2aa1469000d497624b7289ac1fa722bc2c5cc7b;hpb=bdfdcf1a09a346400a9768736c178153072e37b0;p=policy%2Fapi.git diff --git a/pom.xml b/pom.xml index a2aa1469..27b8c926 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 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"); @@ -27,13 +27,13 @@ org.onap.policy.parent integration - 3.1.0-SNAPSHOT + 3.1.2 org.onap.policy.api policy-api - 2.2.0-SNAPSHOT + 2.2.3-SNAPSHOT pom @@ -41,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.4 + 2.2.5 @@ -58,6 +52,10 @@ + + org.slf4j + slf4j-api + junit junit @@ -68,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} + @@ -79,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 @@ -119,7 +113,7 @@ with minor changes --> onap-checkstyle/onap-java-style.xml - ${project.build.sourceDirectory} + ${project.build.sourceDirectory} true true true @@ -143,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