X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=3a12d7a90812e190f2897d6d99651beaf91ffbbf;hb=784b4b9cd2213b07e38d2fee3acfb553815300c0;hp=752a0c9d3eee93dbeb143ebb24a9149cf71ce44b;hpb=52d2377853af5eb2acba40381e61de17f3fe0d29;p=policy%2Fmodels.git diff --git a/pom.xml b/pom.xml index 752a0c9d3..3a12d7a90 100644 --- a/pom.xml +++ b/pom.xml @@ -2,8 +2,9 @@ - - ${project.basedir}/../target/code-coverage/jacoco-ut.exec - ${project.basedir}/../target/code-coverage/jacoco-it.exec - reuseReports - - 1.5.2-SNAPSHOT + 2.1.1 + 1.11.0-SNAPSHOT @@ -106,7 +100,6 @@ org.yaml snakeyaml - 1.18 @@ -120,6 +113,16 @@ mariadb-java-client + + org.postgresql + postgresql + + + + org.eclipse.persistence + eclipselink + + junit junit @@ -132,16 +135,62 @@ 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 + + + 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} + @@ -153,136 +202,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 - - - - - - - - - - - - -