X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=77d0339b5fe498c3550ce319a6ea6f769413f9b9;hb=3b4db3fb6ed72ff4c8caf4e6b0ca21fb8122892a;hp=66f01ed526e9fde6f5b16257a1c6c207f3816700;hpb=d031aa4bc0852d2e9d3104db7f40aeb2c7706920;p=aai%2Fgizmo.git diff --git a/pom.xml b/pom.xml index 66f01ed..77d0339 100644 --- a/pom.xml +++ b/pom.xml @@ -31,13 +31,20 @@ limitations under the License. org.onap.aai.gizmo gizmo - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT aai-gizmo ${basedir}/target - 1.2.4 + 1.4.1 + 1.0.5 + 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.15.RELEASE + 1.5.19.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 @@ -88,13 +107,14 @@ limitations under the License. org.springframework.boot spring-boot-starter-test + test org.apache.cxf cxf-rt-frontend-jaxrs 3.2.5 - + io.swagger @@ -111,39 +131,34 @@ 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} - - - 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} @@ -337,7 +352,7 @@ limitations under the License. org.mockito mockito-core - 1.10.19 + 2.15.0 test @@ -351,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 @@ -484,20 +532,11 @@ 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 - oxm/ - ${project.build.directory}/bundleconfig-local/etc - - - org.onap.aai.aai-common - aai-core - ${version.org.onap.aai.aai-common} - jar - dbedgerules/ - **/*.ftlh + onap/**/ ${project.build.directory}/bundleconfig-local/etc @@ -505,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} + + + + + + + + +