X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=9c18f5eb6c393e0e4e09667f28ac57edd93ec11c;hb=ddebff31a76704d05d7d9fabe1733cc49d30216b;hp=546e378709092ff96da81767751a8c231c72dbcb;hpb=7c28777349b02dc8c39deb9bf40cfdaf1e84cc3d;p=aai%2Fdata-router.git diff --git a/pom.xml b/pom.xml index 546e378..9c18f5e 100644 --- a/pom.xml +++ b/pom.xml @@ -25,17 +25,17 @@ limitations under the License. org.springframework.boot spring-boot-starter-parent - 1.5.15.RELEASE + 1.5.21.RELEASE org.onap.aai.data-router data-router - 1.3.0-SNAPSHOT + 1.5.1-SNAPSHOT aai-data-router 1.8 - 2.20.1 + 2.21.1 ${basedir}/target /appl/${project.artifactId} - - - - - - - - - - - - - - - + org.onap.aai.router-core router-core - 1.3.0-SNAPSHOT + 1.5.0 + org.json json @@ -211,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 @@ -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 @@ -440,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 @@ -481,6 +477,28 @@ limitations under the License. + + default-check + + check + + + ${project.build.directory}/coverage-reports/jacoco.exec + + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + +