X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=43c5d5418d7a4bd50c87840ae2d12189481f436b;hb=8c01b58b76d44c051999362db92d6e69cb6fdd8b;hp=b3280bad7bcf2bf8380f2489e9d97173c25662a9;hpb=10c04810902a100fbeba93dda5b13329ada39117;p=aai%2Fdata-router.git diff --git a/pom.xml b/pom.xml index b3280ba..43c5d54 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.springframework.boot spring-boot-starter-parent - 1.5.15.RELEASE + 1.5.19.RELEASE org.onap.aai.data-router @@ -48,7 +48,7 @@ limitations under the License. aaiadmin aaiadmin com.att.csid.lab - 1.4.1-SNAPSHOT + 1.0.0 - - - - - - - - - - - - - - - + org.onap.aai.router-core router-core @@ -405,7 +401,7 @@ limitations under the License. - org.onap.aai.aai-common + org.onap.aai.schema-service aai-schema ${version.aai-schema} jar @@ -495,6 +491,28 @@ limitations under the License. + + default-check + + check + + + ${project.build.directory}/coverage-reports/jacoco.exec + + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + +