X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dmaap%2Fdbcapi.git;a=blobdiff_plain;f=pom.xml;h=4855f75fdac3778d307cf5042869bc7e5001fc91;hp=7807e70f3d89e4d7152a25c039f96ba880cc1b38;hb=f595e173fdb3921cb6c6855f5389871ee3c3ada3;hpb=a05efb7b7b3cfc77f5e3fda11e8434834829f56a diff --git a/pom.xml b/pom.xml index 7807e70..4855f75 100644 --- a/pom.xml +++ b/pom.xml @@ -1,334 +1,364 @@ - - 4.0.0 - org.onap.dmaap.dbcapi - dbcapi - ${artifact.version} - dbcapi - - - ecomp-releases - Open eCOMP Release Repository - ${nexusproxy}/${releases.path} - - - ecomp-snapshots - Open eCOMP Snapshot Repository - ${nexusproxy}/${snapshots.path} - - - ecomp-site - dav:${nexusproxy}/content/sites/site/org/onap/dmaap/dbcapi/${project.artifactId}/${project.version}/ - - - - - central - http://repo1.maven.org/maven2 - - - - dbcapi - - - src/main/java/org/onap/dmaap/dbcapi/logging - - - src/main/resources - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.5.1 - true - - 1.7 - 1.7 - - - - org.apache.maven.plugins - maven-deploy-plugin - 2.8 - - - - - - org.apache.maven.plugins - maven-site-plugin - 3.6 - - - org.apache.maven.wagon - wagon-webdav-jackrabbit - 2.10 - - - - - org.apache.maven.plugins - maven-dependency-plugin - 2.10 - - - copy-dependencies - package - - copy-dependencies - - - ${project.build.directory}/deps - false - false - true - - - - - - + + + 4.0.0 + org.onap.dmaap.dbcapi + dbcapi + ${artifact.version} + dmaap-dbcapi + + org.onap.oparent + oparent + 1.1.0 + + + + dbcapi + + + src/main/java/org/onap/dmaap/dbcapi/logging + + + src/main/resources + + + + + + com.github.kongchen + swagger-maven-plugin + 3.1.5 + + + + false + + org.onap.dmaap.dbcapi.resources + + + http + https + + www.[host]:[port] + /webapi + + DMaaP Bus Controller REST API + 1.1.0 + + provides an API for OpenDCAE components which need to provision + underlying DMaaP technologies (Data Router and Message Router). + Primary clients for this API are anticipated to be the OpenDCAE + Controller, OpenDCAE Orchestrator, OpenDCAE Inventory and the + ECOMP Portal. - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ecomp-staging - ${nexusproxy} - 176c31dfe190a - - - - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.apache.maven.plugins - maven-dependency-plugin - [2.10,) - - copy-dependencies - - - - - - - - - - - - - - - - - - org.glassfish.jersey - jersey-bom - ${jersey.version} - pom - import - - - - - - io.swagger - swagger-core - 1.5.13 - - - io.swagger - swagger-jersey2-jaxrs - 1.5.13 - - - io.swagger - swagger-annotations - 1.5.13 - - - org.glassfish.jersey.containers - jersey-container-servlet-core - - - - - org.glassfish.jersey.media - jersey-media-moxy - - - log4j - log4j - 1.2.17 - - - org.eclipse.jetty - jetty-server - ${jettyVersion} - - - org.eclipse.jetty - jetty-servlet - ${jettyVersion} - compile - - - org.eclipse.jetty - jetty-servlets - ${jettyVersion} - compile - - - - com.googlecode.json-simple - json-simple - 1.1.1 - - - commons-codec - commons-codec - 1.6 - - - - org.postgresql - postgresql - 9.4.1208.jre7 - - - com.att.eelf - eelf-core - ${eelf.version} - - - org.slf4j - slf4j-api - 1.7.22 - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.4 - - false - org.umlgraph.doclet.UmlGraphDoc - - org.umlgraph - umlgraph - 5.6 - - -views - true - - - - - - 2.16 - UTF-8 - 9.3.7.v20160115 - 0.0.1 - 1.0.0-SNAPSHOT - https://nexus.onap.org - content/repositories/snapshots/ - content/repositories/releases/ - - 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. + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ecomp-staging + ${nexusproxy} + 176c31dfe190a + + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.6 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [2.10,) + + copy-dependencies + + + + + + + + + + + + + + + + + org.glassfish.jersey + jersey-bom + ${jersey.version} + pom + import + + + + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + + + com.fasterxml.jackson.core + jackson-databind + + ${jackson.version}.1 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + ${jackson.version} + + + ch.qos.logback + logback-core + 1.2.0 + + + ch.qos.logback + logback-classic + 1.2.0 + + + io.swagger + swagger-core + 1.5.13 + + + io.swagger + swagger-jersey2-jaxrs + 1.5.13 + + + io.swagger + swagger-annotations + 1.5.13 + + + org.glassfish.jersey.containers + jersey-container-servlet-core + + + + + org.glassfish.jersey.media + jersey-media-moxy + + + log4j + log4j + 1.2.17 + + + org.eclipse.jetty + jetty-server + ${jettyVersion} + + + org.eclipse.jetty + jetty-servlet + ${jettyVersion} + compile + + + org.eclipse.jetty + jetty-servlets + ${jettyVersion} + compile + + + + com.googlecode.json-simple + json-simple + 1.1.1 + + + commons-codec + commons-codec + 1.6 + + + + org.postgresql + postgresql + 9.4.1208.jre7 + + + com.att.eelf + eelf-core + ${eelf.version} + + + org.slf4j + slf4j-api + 1.7.22 + + + org.glassfish.jersey.test-framework.providers + + jersey-test-framework-provider-jdk-http + 2.22.1 + + + org.glassfish.jersey.inject + jersey-hk2 + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + false + org.umlgraph.doclet.UmlGraphDoc + + org.umlgraph + umlgraph + 5.6 + + -views + true + + + + + + + ecomp-site + dav:${nexusproxy}${sitePath} + + + + 2.8.11 + 2.26 + UTF-8 + 9.3.9.v20160517 + 0.0.1 + 1.0.10-SNAPSHOT + + 0.7.7.201606060606 + 3.2 + jacoco + + target/code-coverage/jacoco-ut.exec + target/code-coverage/jacoco-it.exec + + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** + + + /content/sites/site/org/onap/dmaap/buscontroller/${artifact.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.