X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=search-data-service-app%2Fpom.xml;h=71fe188e1f1b5f7f7dcdfed1cda02992f6951aa5;hb=78c5a01b9fd7236f79b9dcdb57a9e76d92b02d03;hp=485e9a41df3ad6560c9b9b26efcde18b4ec7a786;hpb=e93913a77a630501cc158c384e105a978bab50e8;p=aai%2Fsearch-data-service.git diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml index 485e9a4..71fe188 100644 --- a/search-data-service-app/pom.xml +++ b/search-data-service-app/pom.xml @@ -32,7 +32,7 @@ org.onap.aai.search-data-service search-data-service-app - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT AAI Search Data Service Application @@ -51,6 +51,7 @@ false ${project.version} + 0.58 @@ -100,19 +101,19 @@ org.onap.aai.logging-service common-logging - 1.2.2 + 1.5.0 org.onap.aai.logging-service logging-api - 1.2.2 + 1.5.0 org.onap.aai.logging-service eelf-logging - 1.2.2 + 1.5.0 @@ -302,18 +303,6 @@ true - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging - - - @@ -394,13 +383,9 @@ - org.apache.maven.plugins maven-deploy-plugin - - true - org.codehaus.mojo @@ -426,6 +411,28 @@ + + default-check + + check + + + ${project.build.directory}/coverage-reports/jacoco.exec + + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + +