X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=5b518f1639ac9dd0f1b906b754c0b2d8fc581c9b;hb=ee9a7e40941308702f2264d707cb1ddf32fd7b64;hp=1a90839a11f805a9ebdde71f0f82367005f74fdd;hpb=f973f58d6640756a72783830e140ef59af0aede3;p=policy%2Fmodels.git diff --git a/pom.xml b/pom.xml index 1a90839a1..5b518f163 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,10 @@ + - 4.0.0 org.onap.policy.parent integration - 2.0.0-SNAPSHOT + 3.2.0 + org.onap.policy.models policy-models + 2.3.2-SNAPSHOT pom policy-models - This repo will hold model code agnostic to PDP engines + This repo holds model code agnostic to PDP engines - - - ${project.basedir}/../target/code-coverage/jacoco-ut.exec - ${project.basedir}/../target/code-coverage/jacoco-it.exec - reuseReports + 10.13.1.1 + 2.1.1 + 1.7.1 + models-base + models-dao + models-tosca + models-pap + models-pdp + models-errors + models-decisions + models-provider + models-examples + models-interactions + models-sim @@ -52,110 +66,141 @@ + + + org.onap.policy.common + utils + + + + org.slf4j + slf4j-api + + + + ch.qos.logback + logback-core + + + ch.qos.logback + logback-classic + + + + org.projectlombok + lombok + provided + + + + com.google.code.gson + gson + + + + org.yaml + snakeyaml + + + + javax.ws.rs + javax.ws.rs-api + ${javax.ws.rs-api.version} + + + + org.mariadb.jdbc + mariadb-java-client + + + + org.eclipse.persistence + eclipselink + + + + junit + junit + test + + + + org.assertj + assertj-core + test + + + + 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 + + + org.eclipse.jetty + jetty-servlet + + + org.glassfish.jersey.containers + jersey-container-servlet + ${version.jersey} + + + org.apache.httpcomponents + httpclient + + + io.swagger + swagger-annotations + ${version.swagger} + + + org.apache.commons + commons-collections4 + 4.4 + + + com.att.nsa + cambriaClient + + + org.glassfish + javax.json + ${version.javax.json} + + + + + + + org.onap.policy.common + utils + ${policy.common.version} + + + + - - - 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