X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=f8effec932aeb30234418c182423cf38e57c58ea;hb=c7bd8dbbfc3427485bbc6a69262de3b46079467e;hp=861b19febfc3e3b2345bba74be3780bc2d5dd808;hpb=20390c6ed94e2082cb688d76aacabe5366d908fe;p=policy%2Fapi.git diff --git a/pom.xml b/pom.xml index 861b19fe..f8effec9 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,7 +27,7 @@ org.onap.policy.parent integration - 3.0.1 + 3.1.1-SNAPSHOT @@ -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-SNAPSHOT + 2.2.1-SNAPSHOT @@ -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