X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=2b42f5d6cc0895dc066954b59e8e0f8f8093a23e;hb=e53df8d3f8ab0464b0876bdb339fa91dc9085cd2;hp=127a9ab2fc6051bf7dc578bbef1fc93b7ff839b2;hpb=db85df62efbf70597d9f7e965f68b77f4ddc1f1f;p=policy%2Fmodels.git diff --git a/pom.xml b/pom.xml index 127a9ab2f..2b42f5d6c 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.6.1 + 2.1.1 + 1.12.1-SNAPSHOT @@ -120,8 +114,18 @@ - org.eclipse.persistence - eclipselink + org.postgresql + postgresql + + + + org.hibernate.javax.persistence + hibernate-jpa-2.1-api + + + + org.hibernate + hibernate-entitymanager @@ -142,11 +146,55 @@ ${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 + @@ -158,136 +206,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 - - - - - - - - - - - - -