X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=2aca23d5299694a25f9be0b4d999f33b92fb22ef;hb=ea5bf21fe49554e67be2e439f17a5d0d4fc310ba;hp=74204756fe92a550fea7dabcc86c31cd0f41f8b2;hpb=44336d2b99765b9c4831a9943adbb2a848445d4e;p=aai%2Fgizmo.git diff --git a/pom.xml b/pom.xml index 7420475..2aca23d 100644 --- a/pom.xml +++ b/pom.xml @@ -25,18 +25,26 @@ limitations under the License. org.onap.oparent oparent - 1.1.1 + 2.0.0 org.onap.aai.gizmo gizmo - 1.3.0-SNAPSHOT + 1.6.0-SNAPSHOT aai-gizmo ${basedir}/target - 1.2.4 + 1.4.1 + 1.5.1 + 1.5.3 + 1.5.3 + 1.5.0 + + 0.60 + ${project.build.directory}/code-coverage @@ -45,7 +53,7 @@ limitations under the License. org.springframework.boot spring-boot-dependencies - 1.5.12.RELEASE + 1.5.21.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,51 +107,65 @@ limitations under the License. org.springframework.boot spring-boot-starter-test + test org.apache.cxf cxf-rt-frontend-jaxrs - 3.2.4 + 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 + 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} - - - 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.2.2 + ${event.client.version} org.slf4j @@ -142,7 +176,19 @@ limitations under the License. org.onap.aai.event-client event-client-kafka - 1.2.2 + ${event.client.version} + + + org.slf4j + slf4j-api + + + + + + org.onap.aai.event-client + event-client-rabbitmq + ${event.client.version} org.slf4j @@ -176,7 +222,7 @@ limitations under the License. org.onap.aai rest-client - 1.2.1 + 1.5.0 @@ -203,7 +249,6 @@ limitations under the License. com.google.guava guava - 23.0 radeox @@ -215,12 +260,6 @@ limitations under the License. jackson-mapper-asl 1.4.5 - - dom4j - dom4j - 1.6.1 - provided - commons-io commons-io @@ -313,7 +352,7 @@ limitations under the License. org.mockito mockito-core - 1.10.19 + 2.15.0 test @@ -327,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 @@ -376,6 +448,8 @@ limitations under the License. ${docker.location} latest + ${project.docker.latesttag.version} + ${project.major.version}.${project.minor.version}-STAGING-${maven.build.timestamp} true @@ -431,9 +505,6 @@ limitations under the License. org.apache.maven.plugins maven-deploy-plugin - - true - org.springframework.boot @@ -460,20 +531,11 @@ limitations under the License. - org.onap.aai.aai-common + org.onap.aai.schema-service 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 @@ -481,7 +543,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} + + + + + + + + +