X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=320f3c50637c0abc283421caa2b22134970bd2c5;hb=refs%2Fchanges%2F26%2F108826%2F3;hp=ee5092eaefd9b66f6a1bd65c71c9a40992eb10e1;hpb=4c28d2cdbf03be9dfe51caa05d45ba341b4c94cd;p=policy%2Fmodels.git diff --git a/pom.xml b/pom.xml index ee5092eae..320f3c506 100644 --- a/pom.xml +++ b/pom.xml @@ -1,8 +1,10 @@ + - - 4.0.0 org.onap.policy.parent integration - 2.1.0-SNAPSHOT + 3.2.0 + org.onap.policy.models policy-models - 2.0.0-SNAPSHOT + 2.3.1-SNAPSHOT pom policy-models @@ -40,14 +41,8 @@ 10.13.1.1 - 2.0.1 - 1.4.0-SNAPSHOT - - - - ${project.basedir}/../target/code-coverage/jacoco-ut.exec - ${project.basedir}/../target/code-coverage/jacoco-it.exec - reuseReports + 2.1.1 + 1.7.0 @@ -55,7 +50,13 @@ models-dao models-tosca models-pap + models-pdp + models-errors + models-decisions models-provider + models-examples + models-interactions + models-sim @@ -76,6 +77,15 @@ slf4j-api + + ch.qos.logback + logback-core + + + ch.qos.logback + logback-classic + + org.projectlombok lombok @@ -87,12 +97,27 @@ 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 @@ -100,8 +125,70 @@ - 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 + + + io.swagger + swagger-annotations + ${version.swagger} + + + commons-io + commons-io + + + org.apache.commons + commons-collections4 + 4.4 + + + com.att.nsa + cambriaClient + + + org.glassfish + javax.json + ${version.javax.json} @@ -116,109 +203,8 @@ - - - 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