X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=77d0339b5fe498c3550ce319a6ea6f769413f9b9;hb=3b4db3fb6ed72ff4c8caf4e6b0ca21fb8122892a;hp=846b39d640d119021344da0e987f84a56b4d6d66;hpb=fcefc165b45d1dee87c57914e9c45943649d76b8;p=aai%2Fgizmo.git diff --git a/pom.xml b/pom.xml index 846b39d..77d0339 100644 --- a/pom.xml +++ b/pom.xml @@ -31,13 +31,20 @@ limitations under the License. org.onap.aai.gizmo gizmo - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT aai-gizmo ${basedir}/target - 1.4.1-SNAPSHOT + 1.4.1 + 1.0.5 + 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.19.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 + org.onap.aai.schema-service 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 --> @@ -525,9 +532,9 @@ limitations under the License. - org.onap.aai.aai-common + org.onap.aai.schema-service 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} + + + + + + + + +