X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=317e2bc73599b16f021ce1d22dba90d16010fb02;hb=1ad09b541bddb2d9544741986fb59bf2d1fb7e47;hp=16d43efd0240607f655f7cea41d8fbd0394bc769;hpb=a9b88265c2e66103d251ff7d26655f701cd13266;p=aai%2Fgizmo.git diff --git a/pom.xml b/pom.xml index 16d43ef..317e2bc 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.0.2 + 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} @@ -359,6 +366,39 @@ limitations under the License. ${project.artifactId} + + + net.revelc.code.formatter + formatter-maven-plugin + 2.8.1 + + ${project.basedir}/onap-java-formatter.xml + + + + + com.diffplug.spotless + spotless-maven-plugin + 1.18.0 + + + + com,java,javax,org + + + + + org.apache.maven.plugins maven-resources-plugin @@ -492,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 @@ -504,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} + + + + + + + + +