X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=fe2aee7faad02f9781c1b3b8695400919e83b3dd;hb=29a9e1539e3f372e7bce4bccb851cce914a0d2af;hp=2410001e7414d6519061cbb8f5fa1243ae600490;hpb=41854289466b405c41bab59bd1d669fcac437117;p=aai%2Fgizmo.git diff --git a/pom.xml b/pom.xml index 2410001..fe2aee7 100644 --- a/pom.xml +++ b/pom.xml @@ -37,10 +37,14 @@ limitations under the License. ${basedir}/target 1.4.1 - 1.4.0 + 1.0.5 1.4.0 - 1.4.0 + 1.4.0 1.3.1 + + 0.60 + ${project.build.directory}/code-coverage @@ -49,7 +53,7 @@ limitations under the License. org.springframework.boot spring-boot-dependencies - 1.5.18.RELEASE + 1.5.19.RELEASE pom import @@ -110,7 +114,7 @@ limitations under the License. cxf-rt-frontend-jaxrs 3.2.5 - + io.swagger @@ -127,11 +131,11 @@ 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-schema} @@ -366,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 --> @@ -528,7 +532,7 @@ limitations under the License. - org.onap.aai.aai-common + org.onap.aai.schema-service aai-schema ${version.org.onap.aai.aai-schema} jar @@ -540,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} + + + + + + + + +