X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=aeefdf5772749d23b8bbba8e65295d31936fbf57;hb=adb9eba95c4a131589009192718426592e79e2af;hp=20b65355112bd9c5200737d1e65cdff0c0ed8fbc;hpb=9b079dffe778a09c7bd0fb41585a30ad346d3409;p=aai%2Fdata-router.git diff --git a/pom.xml b/pom.xml index 20b6535..aeefdf5 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.20.RELEASE org.onap.aai.data-router @@ -35,7 +35,7 @@ limitations under the License. 1.8 - 2.21.1 + 2.21.5 ${basedir}/target /appl/${project.artifactId} - - - - - - - - - - - - - - - + org.onap.aai.router-core router-core - 1.3.1 + 1.4.0-SNAPSHOT - - org.onap.aai.aai-common - aai-schema-ingest - 1.3.0 - - + org.json json @@ -230,7 +221,7 @@ limitations under the License. org.onap.aai rest-client - 1.1.0 + 1.2.1 @@ -337,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 @@ -391,16 +394,16 @@ limitations under the License. unpack - prepare-package + initialize unpack - org.onap.aai.aai-common + org.onap.aai.schema-service aai-schema - 1.3.0 + ${version.aai-schema} jar /${shemaUnpackVersion}/oxm/ ${project.build.directory}/oxm @@ -488,6 +491,28 @@ limitations under the License. + + default-check + + check + + + ${project.build.directory}/coverage-reports/jacoco.exec + + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + +