X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=fce7ed4f6f8684287fedcec60298c6a05e661849;hb=3215b48384eed4308da6ba49b2a52551f5b1427b;hp=bf4e8133ffe1a1500d9c806812997dbb06c02767;hpb=5e0074ffbdfa2d8c864f677dff33eefd567af241;p=aai%2Fdata-router.git diff --git a/pom.xml b/pom.xml index bf4e813..fce7ed4 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.4.0-SNAPSHOT + 1.5.0-SNAPSHOT aai-data-router @@ -48,7 +48,7 @@ limitations under the License. aaiadmin aaiadmin com.att.csid.lab - 1.4.1-SNAPSHOT + 1.5.0 - - - - - - - - - - - - - - - + org.onap.aai.router-core router-core - 1.4.0-SNAPSHOT + 1.5.0 @@ -213,19 +209,19 @@ limitations under the License. org.onap.aai.logging-service common-logging - 1.2.2 + 1.5.0 org.onap.aai.logging-service logging-api - 1.1.0 + 1.5.0 org.onap.aai rest-client - 1.1.0 + 1.2.1 @@ -405,7 +401,7 @@ limitations under the License. - org.onap.aai.aai-common + org.onap.aai.schema-service aai-schema ${version.aai-schema} jar @@ -454,23 +450,9 @@ limitations under the License. --> - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging - - org.apache.maven.plugins maven-deploy-plugin - - true - org.codehaus.mojo @@ -495,6 +477,28 @@ limitations under the License. + + default-check + + check + + + ${project.build.directory}/coverage-reports/jacoco.exec + + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + +