X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=2eb84f5d6194d5b909ccdf7851d93bb50ad330d0;hb=e6d7f2813c3f1b68326d2efaab5fa99f78ea7fc7;hp=134935134b47d13bfab99af764ccf3f766640781;hpb=7c124804fa5227859838d4466718bd2e74dbabde;p=dmaap%2Fdbcapi.git diff --git a/pom.xml b/pom.xml index 1349351..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 @@ - + @@ -199,7 +259,7 @@ org.onap.aaf.authz aaf-cadi-aaf - 2.1.2-SNAPSHOT + 2.1.7 full @@ -215,12 +275,12 @@ ch.qos.logback logback-core - 1.2.0 + 1.2.3 ch.qos.logback logback-classic - 1.2.0 + 1.2.3 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 + + @@ -348,24 +438,22 @@ 1.5.19 2.9.5 - 2.26 + 2.29 UTF-8 - 9.3.8.RC0 - 0.0.1 - 1.0.15-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.