X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=835a9ba876ab5e28ab7e2490145cb36343451bc0;hb=7998671c0a54a7ecfa36352c95e183f0bb9aa7e7;hp=6277849cf20229af18e8139cb0df585cd5b1ec24;hpb=59483882f3f06f38e5b862687cf7ad2d37bd97a5;p=policy%2Fmodels.git diff --git a/pom.xml b/pom.xml index 6277849cf..e54d61cb4 100644 --- a/pom.xml +++ b/pom.xml @@ -1,8 +1,10 @@ + - - 4.0.0 org.onap.policy.parent integration - 2.1.0-SNAPSHOT + 3.7.3-SNAPSHOT + org.onap.policy.models policy-models - 2.0.0-SNAPSHOT + 2.8.3-SNAPSHOT pom policy-models This repo holds model code agnostic to PDP engines - 10.13.1.1 - 1.4.0-SNAPSHOT - - - - ${project.basedir}/../target/code-coverage/jacoco-ut.exec - ${project.basedir}/../target/code-coverage/jacoco-it.exec - reuseReports + 1.12.3-SNAPSHOT @@ -54,6 +48,13 @@ models-dao models-tosca models-pap + models-pdp + models-errors + models-decisions + models-provider + models-examples + models-interactions + models-sim @@ -74,6 +75,15 @@ slf4j-api + + ch.qos.logback + logback-core + + + ch.qos.logback + logback-classic + + org.projectlombok lombok @@ -85,6 +95,36 @@ gson + + org.yaml + snakeyaml + + + + javax.ws.rs + javax.ws.rs-api + + + + org.mariadb.jdbc + mariadb-java-client + + + + org.postgresql + postgresql + + + + org.hibernate.javax.persistence + hibernate-jpa-2.1-api + + + + org.hibernate + hibernate-entitymanager + + junit junit @@ -92,10 +132,56 @@ - org.eclipse.persistence - eclipselink + 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 + + + org.apache.commons + commons-collections4 + + + com.att.nsa + cambriaClient + @@ -107,136 +193,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 - - - - - - - - - - - - -