X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fgizmo.git;a=blobdiff_plain;f=pom.xml;h=e60005bf2fd0fc82f46a350979d9e14faef56f0e;hp=41220b9a9c5f5bb93cc80686999e2a9dc77e3b9a;hb=6c61db25f45369d0b97345db9aa86589603c151d;hpb=897f00995fe962d4c2ebce8a95491352b1ec51d7 diff --git a/pom.xml b/pom.xml index 41220b9..e60005b 100644 --- a/pom.xml +++ b/pom.xml @@ -25,19 +25,26 @@ limitations under the License. org.onap.oparent oparent - 1.2.0 + 2.0.0 org.onap.aai.gizmo gizmo - 1.4.0-SNAPSHOT + 1.6.0-SNAPSHOT aai-gizmo ${basedir}/target - 1.4.1-SNAPSHOT - 1.3.1 + 1.4.1 + 1.5.1 + 1.5.3 + 1.5.3 + 1.5.0 + + 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.21.RELEASE pom import @@ -57,6 +64,12 @@ limitations under the License. org.springframework.boot spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-tomcat + + org.springframework.boot @@ -75,6 +88,12 @@ limitations under the License. org.springframework.boot spring-boot-starter-jersey + + + org.springframework.boot + spring-boot-starter-tomcat + + org.springframework.boot @@ -95,7 +114,7 @@ limitations under the License. cxf-rt-frontend-jaxrs 3.2.5 - + io.swagger @@ -112,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 @@ -134,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} @@ -203,7 +222,7 @@ limitations under the License. org.onap.aai rest-client - 1.2.1 + 1.5.0 @@ -347,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 @@ -396,6 +448,8 @@ limitations under the License. ${docker.location} latest + ${project.docker.latesttag.version} + ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-${maven.build.timestamp} true @@ -451,9 +505,6 @@ limitations under the License. org.apache.maven.plugins maven-deploy-plugin - - true - org.springframework.boot @@ -480,9 +531,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 @@ -492,9 +543,50 @@ 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} + + + + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.0.0 + + + parse-version + + parse-version + + + + + - + ecomp-javadoc