X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=blobdiff_plain;f=pom.xml;h=f83cce9320e0b0c9764f1414e671dcab903fe843;hp=00fac2e526062f2f04e81a39973e19e441266fbc;hb=37ad11c5660d017aace257bf7f5bd03c02f26bdd;hpb=102d5151bc603961ebd2b232f97edb313f70b138 diff --git a/pom.xml b/pom.xml index 00fac2e52..f83cce932 100644 --- a/pom.xml +++ b/pom.xml @@ -2,15 +2,15 @@ ============LICENSE_START======================================================= ONAP Policy Engine ================================================================================ - 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. 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. @@ -18,24 +18,23 @@ limitations under the License. ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.parent integration - 3.0.1-SNAPSHOT + 3.1.2 org.onap.policy.engine PolicyEngineSuite - 1.5.2-SNAPSHOT + 1.6.3 pom policy-engine The ONAP Policy Engine main pom - 1.8 - 1.8 UTF-8 UTF-8 @@ -45,22 +44,18 @@ content/repositories/snapshots/ content/repositories/staging/ - - - ${project.basedir}/../target/code-coverage/jacoco-ut.exec - ${project.basedir}/../target/code-coverage/jacoco-it.exec - reuseReports + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml - 4.3.18.RELEASE + 4.3.24.RELEASE 9.2.3.v20140905 2.9.4 1.3.3 1.18 - 6.4.3 - 1.5.2-SNAPSHOT - 2.1.3-SNAPSHOT + 6.8.2 + 1.6.4 + 2.2.4 PolicyEngineUtils @@ -100,14 +95,13 @@ - javax.servlet - javax.servlet-api + org.projectlombok + lombok + provided - - xml-apis - xml-apis - 1.3.03 + javax.servlet + javax.servlet-api @@ -120,6 +114,11 @@ junit test + + org.assertj + assertj-core + test + org.springframework spring-mock @@ -135,7 +134,7 @@ org.powermock - powermock-api-mockito + powermock-api-mockito2 test @@ -152,38 +151,17 @@ org.easymock easymock - 3.1 + 4.1 + test + + + org.glassfish.jersey.inject + jersey-hk2 test - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${sonar.jacoco.reportPath} - true - - - - post-unit-test - test - - report - - - ${sonar.jacoco.reportPath} - - - - org.apache.maven.plugins maven-deploy-plugin @@ -205,8 +183,7 @@ maven-compiler-plugin ${project.encoding} - ${project.source.version} - ${project.target.version} + ${java.version} @@ -252,46 +229,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