X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=9466b552b16de5737bdac0fdc137d70f9b1c7859;hb=56bc6f68baeb376b99e0dbe4de4790f494dbe3c2;hp=29735c3c2b8ae8568448b484be1c566216eaa3ec;hpb=79cee88a95874d81ae92fbe34eef73c3eb9469b7;p=policy%2Fmodels.git diff --git a/pom.xml b/pom.xml index 29735c3c2..9466b552b 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ ============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. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -26,13 +26,13 @@ org.onap.policy.parent integration - 3.0.1 + 3.1.1 org.onap.policy.models policy-models - 2.1.3-SNAPSHOT + 2.2.1-SNAPSHOT pom policy-models @@ -40,15 +40,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.2 + 2.1.1 + 1.6.2 @@ -119,6 +112,11 @@ mariadb-java-client + + org.eclipse.persistence + eclipselink + + junit junit @@ -131,16 +129,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} + @@ -155,32 +210,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 @@ -195,7 +224,7 @@ with minor changes --> onap-checkstyle/onap-java-style.xml - ${project.build.sourceDirectory} + ${project.build.sourceDirectory} true true true @@ -219,44 +248,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