X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=43c5d5418d7a4bd50c87840ae2d12189481f436b;hb=8c01b58b76d44c051999362db92d6e69cb6fdd8b;hp=d9881f9d62a56c1bc70be66cb9b7bed956e5b9d5;hpb=4dd96637aea7d42002754b5c9abffca7092dd518;p=aai%2Fdata-router.git diff --git a/pom.xml b/pom.xml index d9881f9..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 @@ -70,6 +70,7 @@ limitations under the License. 1.2.3 16.0.1 onap + 0.58 @@ -110,7 +111,17 @@ limitations under the License. org.springframework.boot spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-tomcat + + + + org.springframework.boot + spring-boot-starter-jetty + org.springframework.boot spring-boot-starter @@ -480,6 +491,28 @@ limitations under the License. + + default-check + + check + + + ${project.build.directory}/coverage-reports/jacoco.exec + + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + +