X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=38d4bd480dac1e3a5544dd04b15cf6516dfa3e82;hb=f78237c84420aa8db35ae70d8c9d177307471474;hp=a4c41aa14491cefd9e661b48282207435b61fa40;hpb=4fc85104bc026fefa80cb5598feab9a7cdd9aaf4;p=policy%2Fmodels.git diff --git a/pom.xml b/pom.xml index a4c41aa14..38d4bd480 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.0.0-SNAPSHOT @@ -111,7 +103,6 @@ javax.ws.rs javax.ws.rs-api - ${javax.ws.rs-api.version} @@ -119,6 +110,21 @@ mariadb-java-client + + org.postgresql + postgresql + + + + org.hibernate.javax.persistence + hibernate-jpa-2.1-api + + + + org.hibernate + hibernate-entitymanager + + junit junit @@ -131,16 +137,51 @@ 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 + + + org.apache.commons + commons-collections4 + + + com.att.nsa + cambriaClient + @@ -152,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 - - - - - - - - - - - - -