X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=43c5d5418d7a4bd50c87840ae2d12189481f436b;hb=8c01b58b76d44c051999362db92d6e69cb6fdd8b;hp=189bec49d61ad9210d0918517ee8e435e899d17b;hpb=7cde64365954e2d1f59a763953b1e732be101a87;p=aai%2Fdata-router.git diff --git a/pom.xml b/pom.xml index 189bec4..43c5d54 100644 --- a/pom.xml +++ b/pom.xml @@ -25,12 +25,12 @@ limitations under the License. org.springframework.boot spring-boot-starter-parent - 1.5.15.RELEASE + 1.5.19.RELEASE org.onap.aai.data-router data-router - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT aai-data-router @@ -48,6 +48,7 @@ limitations under the License. aaiadmin aaiadmin com.att.csid.lab + 1.0.0 - - - - - - - - - - - - - - - + org.onap.aai.router-core router-core - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT + org.json json @@ -223,7 +221,7 @@ limitations under the License. org.onap.aai rest-client - 1.1.0 + 1.2.1 @@ -330,6 +328,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 @@ -384,19 +394,19 @@ limitations under the License. unpack - prepare-package + initialize unpack - org.onap.aai.aai-common + org.onap.aai.schema-service aai-schema - 1.2.2 + ${version.aai-schema} jar - oxm/ - ${project.build.directory}/bundleconfig-local/etc + /${shemaUnpackVersion}/oxm/ + ${project.build.directory}/oxm @@ -481,6 +491,28 @@ limitations under the License. + + default-check + + check + + + ${project.build.directory}/coverage-reports/jacoco.exec + + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + +