X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=2b794ef8fd82ba67d18e28053cd80096ed746fba;hb=81ca3e9b760f419ed914b83a8ac41766fc8fe6b1;hp=846b39d640d119021344da0e987f84a56b4d6d66;hpb=fcefc165b45d1dee87c57914e9c45943649d76b8;p=aai%2Fgizmo.git diff --git a/pom.xml b/pom.xml index 846b39d..2b794ef 100644 --- a/pom.xml +++ b/pom.xml @@ -36,8 +36,15 @@ limitations under the License. ${basedir}/target - 1.4.1-SNAPSHOT + 1.4.1 + 1.4.0 + 1.4.0 + 1.4.0 1.3.1 + + 0.60 + ${project.build.directory}/code-coverage @@ -46,7 +53,7 @@ limitations under the License. org.springframework.boot spring-boot-dependencies - 1.5.18.RELEASE + 1.5.20.RELEASE pom import @@ -107,7 +114,7 @@ limitations under the License. cxf-rt-frontend-jaxrs 3.2.5 - + io.swagger @@ -124,18 +131,18 @@ limitations under the License. springfox-swagger-ui 2.9.2 - + org.onap.aai.aai-common aai-schema - ${version.org.onap.aai.aai-common} + ${version.org.onap.aai.aai-schema} org.onap.aai.aai-common aai-schema-ingest - ${version.org.onap.aai.aai-common} + ${version.org.onap.aai.aai-schema-ingest} org.powermock @@ -146,12 +153,12 @@ limitations under the License. org.onap.aai.aai-common aai-utils - ${version.org.onap.aai.aai-common} + ${version.org.onap.aai.aai-utils} org.onap.aai.aai-common aai-auth - ${version.org.onap.aai.aai-common} + ${version.org.onap.aai.aai-auth} @@ -363,7 +370,7 @@ limitations under the License. Using https://code.revelc.net/formatter-maven-plugin/ for Eclipse formatter Using https://github.com/diffplug/spotless/tree/master/plugin-maven for import order Use in combination to rewrite code and imports, then checkstyle - + mvn formatter:format spotless:apply process-sources --> @@ -527,7 +534,7 @@ limitations under the License. org.onap.aai.aai-common aai-schema - ${version.org.onap.aai.aai-common} + ${version.org.onap.aai.aai-schema} jar onap/**/ ${project.build.directory}/bundleconfig-local/etc @@ -537,7 +544,35 @@ limitations under the License. - + + org.jacoco + jacoco-maven-plugin + + + default-check + + check + + + ${jacoco.report.directory}/jacoco-ut.exec + + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + + + + +