X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=2eb84f5d6194d5b909ccdf7851d93bb50ad330d0;hb=e6d7f2813c3f1b68326d2efaab5fa99f78ea7fc7;hp=5a444f0acda97aa8b63792e28c7ef646b756eb72;hpb=87bf9245434ad317ea39a84a0099233197f3d7c2;p=dmaap%2Fdbcapi.git diff --git a/pom.xml b/pom.xml index 5a444f0..2eb84f5 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.onap.oparent oparent - 1.2.0 + 2.1.0 @@ -124,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 + + @@ -181,6 +178,40 @@ + + 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 + + + + + + + + @@ -228,7 +259,7 @@ org.onap.aaf.authz aaf-cadi-aaf - 2.1.7-SNAPSHOT + 2.1.7 full @@ -341,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 + + @@ -377,24 +438,22 @@ 1.5.19 2.9.5 - 2.26 + 2.29 UTF-8 - 9.3.8.RC0 + 9.4.24.v20191120 1.0.0 - 1.0.18-SNAPSHOT + 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.