X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=81f50ac5cf196268d7e9fe9cf07b1469058b220d;hb=8ce49600ca132d391b30e1615ff6e22f1fd7a4d9;hp=6c462914b173f1f7db53816fe0f02555d408857e;hpb=b789d956fab216fdad492ad0ec9e551b467573dc;p=policy%2Fmodels.git diff --git a/pom.xml b/pom.xml index 6c462914b..81f50ac5c 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,8 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Copyright (C) 2019 Nordix Foundation. - Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2020 Bell Canada. ================================================================================ 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.0 + 3.1.2 org.onap.policy.models policy-models - 2.1.2-SNAPSHOT + 2.2.4-SNAPSHOT pom policy-models @@ -40,15 +41,8 @@ 10.13.1.1 - 2.0.1 - - - - ${project.basedir}/../target/code-coverage/jacoco-ut.exec - ${project.basedir}/../target/code-coverage/jacoco-it.exec - reuseReports - - 1.5.1 + 2.1.1 + 1.6.4-SNAPSHOT @@ -106,7 +100,6 @@ org.yaml snakeyaml - 1.18 @@ -120,6 +113,11 @@ mariadb-java-client + + org.eclipse.persistence + eclipselink + + junit junit @@ -132,16 +130,73 @@ test - - org.eclipse.persistence - eclipselink - org.onap.policy.common utils-test ${policy.common.version} test + + com.openpojo + openpojo + test + + + + org.glassfish.jersey.inject + jersey-hk2 + + + 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} + + + org.apache.httpcomponents + httpclient + + + io.swagger + swagger-annotations + ${version.swagger} + + + commons-io + commons-io + 2.6 + + + org.apache.commons + commons-collections4 + 4.4 + + + com.att.nsa + cambriaClient + + + org.glassfish + javax.json + ${version.javax.json} + + + org.json + json + ${version.json} + @@ -156,32 +211,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 @@ -196,7 +225,7 @@ with minor changes --> onap-checkstyle/onap-java-style.xml - ${project.build.sourceDirectory} + ${project.build.sourceDirectory} true true true @@ -220,44 +249,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