X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=2eb84f5d6194d5b909ccdf7851d93bb50ad330d0;hb=e6d7f2813c3f1b68326d2efaab5fa99f78ea7fc7;hp=a22096d4fd67478449f8969ab9a13a63431cf3a1;hpb=ad29261e05ff057134d48b7d6a99da1cd07849e0;p=dmaap%2Fdbcapi.git diff --git a/pom.xml b/pom.xml index a22096d..2eb84f5 100644 --- a/pom.xml +++ b/pom.xml @@ -8,9 +8,9 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -19,8 +19,7 @@ ============LICENSE_END============================================ ECOMP is a trademark and service mark of AT&T Intellectual Property. --> - + 4.0.0 org.onap.dmaap.dbcapi dbcapi @@ -29,8 +28,8 @@ org.onap.oparent oparent - 1.1.0 - + 2.1.0 + dbcapi @@ -125,18 +124,15 @@ - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ecomp-staging - ${nexusproxy} - 176c31dfe190a - - + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + 11 + + @@ -152,6 +148,70 @@ + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-no-snapshots + + enforce + + + + + No Snapshots Allowed! + + org.onap.aaf.authz:aaf-cadi-client + org.onap.aaf.authz:aaf-misc-env + org.onap.aaf.authz:aaf-cadi-aaf + org.onap.aaf.authz:aaf-auth-client + org.onap.aaf.authz:aaf-cadi-core + org.onap.aaf.authz:aaf-misc-rosetta + + + + true + + + + + + + org.jacoco + jacoco-maven-plugin + + + prepare-agent + + prepare-agent + + + + report + + report + + + ${project.build.directory}/code-coverage/jacoco.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.12.4 + + + + + + + + @@ -174,7 +234,7 @@ - + @@ -196,19 +256,17 @@ + + org.onap.aaf.authz + aaf-cadi-aaf + 2.1.7 + full + com.fasterxml.jackson.core jackson-annotations ${jackson.version} - - com.fasterxml.jackson.core - jackson-databind - - ${jackson.version}.1 - com.fasterxml.jackson.dataformat jackson-dataformat-yaml @@ -217,27 +275,36 @@ ch.qos.logback logback-core - 1.2.0 + 1.2.3 ch.qos.logback logback-classic - 1.2.0 + 1.2.3 + + + + com.google.guava + guava + 24.1.1-jre io.swagger swagger-core - 1.5.13 + ${swagger.version} io.swagger swagger-jersey2-jaxrs - 1.5.13 + ${swagger.version} io.swagger swagger-annotations - 1.5.13 + ${swagger.version} org.glassfish.jersey.containers @@ -280,13 +347,13 @@ commons-codec commons-codec - 1.6 + 1.11 org.postgresql postgresql - 9.4.1208.jre7 + 42.2.5 com.att.eelf @@ -305,13 +372,43 @@ ${jersey.version} --> jersey-test-framework-provider-jdk-http - 2.22.1 + 2.29.1 org.glassfish.jersey.inject jersey-hk2 + 2.29.1 + + + + javax.xml.bind + jaxb-api + 2.3.1 + + + javax.activation + javax.activation-api + 1.2.0 + + + + junit + junit + ${junit.version} + test - + + pl.pragmatists + JUnitParams + 1.1.0 + test + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M3 + + @@ -339,25 +436,24 @@ - 2.8.11 - 2.26 + 1.5.19 + 2.9.5 + 2.29 UTF-8 - 9.3.9.v20160517 - 0.0.1 - 1.0.8-SNAPSHOT + 9.4.24.v20191120 + 1.0.0 + 2.0.3-SNAPSHOT + 4.12 - 0.7.7.201606060606 - 3.2 - jacoco - - target/code-coverage/jacoco-ut.exec - target/code-coverage/jacoco-it.exec - + java + false + ${project.build.directory}/surefire-reports + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + ${project.version} **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** - /content/sites/site/org/onap/dmaap/buscontroller/${artifact.version} + /content/sites/site/org/onap/dmaap/dbcapi/${artifact.version}/${project.version} https://nexus.onap.org Data Movement as a Platform (DMaaP) Bus Controller provides a REST API for other DCAE infrastructure components to provision DMaaP resources. A DMaaP resource is a Data Router Feed or a Message Router Topic, and their associated publishers and subscribers.