X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=b3280bad7bcf2bf8380f2489e9d97173c25662a9;hb=10c04810902a100fbeba93dda5b13329ada39117;hp=324996626500c254dd9c12f75dd342534d233130;hpb=8a4ef5112515027b9c53d9dd144716b4537f62c1;p=aai%2Fdata-router.git diff --git a/pom.xml b/pom.xml index 3249966..b3280ba 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,4 @@ - @@ -188,9 +189,10 @@ limitations under the License. org.onap.aai.router-core router-core - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT + org.json json @@ -223,7 +225,7 @@ limitations under the License. org.onap.aai rest-client - 1.1.0 + 1.2.1 @@ -237,6 +239,72 @@ limitations under the License. ${project.artifactId} + + + org.jacoco + jacoco-maven-plugin + + + + pre-unit-test + + prepare-agent + + + + ${sonar.jacoco.reportPath} + surefireArgLine + + + + + post-unit-test + test + + report + + + + ${sonar.jacoco.reportPath} + + ${jacoco.path} + + + + + pre-integration-test + pre-integration-test + + prepare-agent + + + + ${sonar.jacoco.itReportPath} + + failsafeArgLine + + + + + post-integration-test + post-integration-test + + report + + + + ${sonar.jacoco.itReportPath}/ + + ${jacoco.itPath} + + + + @@ -264,6 +332,18 @@ limitations under the License. org.springframework.boot spring-boot-maven-plugin + + maven-surefire-plugin + 2.21.0 + + + ${project.basedir} + ${project.basedir}/src/test/resources/config + ${project.basedir}/src/test/resources/spring-beans + ${shemaUnpackVersion} + + + org.apache.maven.plugins maven-resources-plugin @@ -318,7 +398,7 @@ limitations under the License. unpack - prepare-package + initialize unpack @@ -327,10 +407,10 @@ limitations under the License. org.onap.aai.aai-common aai-schema - 1.2.2 + ${version.aai-schema} jar - oxm/ - ${project.build.directory}/bundleconfig-local/etc + /${shemaUnpackVersion}/oxm/ + ${project.build.directory}/oxm