X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=blobdiff_plain;f=pom.xml;h=1039e3ae4583e151af2fd13807d2b0ecc84c737a;hp=43373cb59bb3d2479e8bd70b6c99b04b2e2a6c26;hb=ff0146fb327dbe5f27b0bd29640f3ace54006d92;hpb=7b98376943bb6d7f81bb889d953cd470278ca4df diff --git a/pom.xml b/pom.xml index 43373cb59..1039e3ae4 100644 --- a/pom.xml +++ b/pom.xml @@ -1,38 +1,69 @@ + 4.0.0 - org.onap.oparent oparent - 0.1.1 + 1.1.0 - org.onap.policy.engine PolicyEngineSuite - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT pom policy-engine - The ONAP Policy Engine main pom - - UTF-8 - - 9.2.3.v20140905 + 1.8 1.8 UTF-8 - + UTF-8 + https://nexus.onap.org /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} content/repositories/releases/ content/repositories/snapshots/ content/repositories/staging/ - + + + ${project.basedir}/../target/code-coverage/jacoco-ut.exec + ${project.basedir}/../target/code-coverage/jacoco-it.exec + reuseReports + + + 1.4.186 + + + + 9.2.3.v20140905 + 1.1.3 + 4.5.5 + 2.9.4 + 1.3.3 + PolicyEngineUtils ONAP-XACML @@ -48,7 +79,6 @@ ONAP-SDK-APP packages - ecomp-releases @@ -65,7 +95,6 @@ dav:${nexusproxy}${sitePath} - @@ -86,9 +115,17 @@ - + + + + com.h2database + h2 + ${h2.version} + test + + + - javax.servlet javax.servlet-api @@ -100,10 +137,85 @@ xml-apis 1.3.03 + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + + + junit + junit + 4.12 + test + + + org.springframework + spring-mock + 2.0.8 + test + + + com.mockrunner + mockrunner + 0.3.1 + test + + + + org.powermock + powermock-api-mockito + 1.7.3 + test + + + org.powermock + powermock-module-junit4 + 1.7.3 + test + + + + org.mockito + mockito-all + 1.10.19 + test + + + org.easymock + easymock + 3.1 + test + - + + org.jacoco + jacoco-maven-plugin + + + pre-unit-test + + prepare-agent + + + ${sonar.jacoco.reportPath} + true + + + + post-unit-test + test + + report + + + ${sonar.jacoco.reportPath} + + + + org.sonatype.plugins nexus-staging-maven-plugin @@ -158,7 +270,6 @@ - org.eclipse.jetty jetty-maven-plugin @@ -186,6 +297,46 @@ + + 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