X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=d29fd749a0c5a59a7b52b113baf5016693e20aff;hb=18143db1322fa6e1ea9999986d5bd103f8f25991;hp=51441e8963dfe2575a528ff0aab949fefbbd896d;hpb=dee6c34b3e5d3b40bc74fc73fafc1d116126c7fc;p=aai%2Fgizmo.git diff --git a/pom.xml b/pom.xml index 51441e8..d29fd74 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,15 @@ limitations under the License. ${basedir}/target - 1.2.4 + 1.4.1 + 1.0.2 + 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,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 @@ -110,46 +131,41 @@ 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} org.onap.aai.event-client event-client-dmaap - 1.3.0 + ${event.client.version} org.slf4j @@ -160,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 @@ -324,7 +352,7 @@ limitations under the License. org.mockito mockito-core - 1.10.19 + 2.15.0 test @@ -338,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 @@ -471,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 @@ -492,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} + + + + + + + + +