X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=2b794ef8fd82ba67d18e28053cd80096ed746fba;hb=81ca3e9b760f419ed914b83a8ac41766fc8fe6b1;hp=8acb0df179ea0dd3581f0414ce99ef85e4cd09ca;hpb=70f45f64cd252663b33793ab073a9d6764a16a20;p=aai%2Fgizmo.git diff --git a/pom.xml b/pom.xml index 8acb0df..2b794ef 100644 --- a/pom.xml +++ b/pom.xml @@ -31,12 +31,20 @@ limitations under the License. org.onap.aai.gizmo gizmo - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT aai-gizmo ${basedir}/target - 1.2.4 + 1.4.1 + 1.4.0 + 1.4.0 + 1.4.0 + 1.3.1 + + 0.60 + ${project.build.directory}/code-coverage @@ -45,7 +53,7 @@ limitations under the License. org.springframework.boot spring-boot-dependencies - 1.5.15.RELEASE + 1.5.20.RELEASE pom import @@ -56,6 +64,12 @@ limitations under the License. org.springframework.boot spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-tomcat + + org.springframework.boot @@ -74,6 +88,12 @@ limitations under the License. org.springframework.boot spring-boot-starter-jersey + + + org.springframework.boot + spring-boot-starter-tomcat + + org.springframework.boot @@ -87,6 +107,7 @@ limitations under the License. org.springframework.boot spring-boot-starter-test + test org.apache.cxf @@ -94,44 +115,57 @@ limitations under the License. 3.2.5 + + + io.swagger + swagger-jersey2-jaxrs + 1.5.8 + + + io.springfox + springfox-swagger2 + 2.9.2 + + + io.springfox + 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} - - - org.onap.aai.aai-common - aai-core - ${version.org.onap.aai.aai-common} + ${version.org.onap.aai.aai-schema-ingest} - * - * + org.powermock + * 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} org.onap.aai.event-client event-client-dmaap - 1.3.0 + ${event.client.version} org.slf4j @@ -142,7 +176,19 @@ limitations under the License. org.onap.aai.event-client event-client-kafka - 1.3.0 + ${event.client.version} + + + org.slf4j + slf4j-api + + + + + + org.onap.aai.event-client + event-client-rabbitmq + ${event.client.version} org.slf4j @@ -306,7 +352,7 @@ limitations under the License. org.mockito mockito-core - 1.10.19 + 2.15.0 test @@ -320,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 @@ -455,18 +534,9 @@ limitations under the License. org.onap.aai.aai-common aai-schema - ${version.org.onap.aai.aai-common} - jar - oxm/ - ${project.build.directory}/bundleconfig-local/etc - - - org.onap.aai.aai-common - aai-core - ${version.org.onap.aai.aai-common} + ${version.org.onap.aai.aai-schema} jar - dbedgerules/ - **/*.ftlh + onap/**/ ${project.build.directory}/bundleconfig-local/etc @@ -474,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} + + + + + + + + +