X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=bc9d326a961313a6075f3d71de6471f3f8d99aaa;hb=21c28b9c6722e720523218c45b360c937199c317;hp=91df951ec7fad3336f306704d2fc7dc6e71b8707;hpb=dfc7c87b5f94087d209a2b9f7e2dc6d9a9dce1a8;p=policy%2Fmodels.git diff --git a/pom.xml b/pom.xml index 91df951ec..bc9d326a9 100644 --- a/pom.xml +++ b/pom.xml @@ -2,8 +2,9 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.onap.policy.parent integration - 3.1.0 + 4.0.2 org.onap.policy.models policy-models - 2.2.0-SNAPSHOT + 3.0.2-SNAPSHOT pom policy-models This repo holds model code agnostic to PDP engines - 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.6.0 + 2.0.2 @@ -76,13 +68,19 @@ org.onap.policy.common utils + ${policy.common.version} + + + org.onap.policy.common + utils-test + ${policy.common.version} + test org.slf4j slf4j-api - ch.qos.logback logback-core @@ -109,43 +107,74 @@ - javax.ws.rs - javax.ws.rs-api - ${javax.ws.rs-api.version} + org.mariadb.jdbc + mariadb-java-client - org.mariadb.jdbc - mariadb-java-client + org.postgresql + postgresql - org.eclipse.persistence - eclipselink + jakarta.ws.rs + jakarta.ws.rs-api + + org.glassfish.jersey.inject + jersey-hk2 + ${version.jersey} + + + org.eclipse.jetty + jetty-server + + + org.eclipse.jetty + jetty-security + + + org.eclipse.jetty + jetty-servlet + ${version.jetty} + + + org.glassfish.jersey.containers + jersey-container-servlet + ${version.jersey} + junit junit test - + + org.mockito + mockito-core + test + org.assertj assertj-core test - - org.onap.policy.common - utils-test - ${policy.common.version} + com.openpojo + openpojo test - - org.glassfish.jersey.inject - jersey-hk2 + org.apache.httpcomponents.client5 + httpclient5 + + + org.apache.commons + commons-collections4 + + + com.att.nsa + cambriaClient @@ -158,136 +187,4 @@ - - - - - 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 - - - onap-java-style - - check - - process-sources - - - onap-checkstyle/onap-java-style.xml - - ${project.build.sourceDirectory} - true - true - true - - - true - true - warning - - - - - - org.onap.oparent - checkstyle - ${oparent.version} - compile - - - - - - - - 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 - 1.0.0 - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.17,) - - check - - - - - - - - - - - - -