From ca63da6e0cb7fb63e231343d0b52a40036f6b6aa Mon Sep 17 00:00:00 2001 From: Varun Gudisena Date: Wed, 30 Aug 2017 16:00:10 -0500 Subject: Add Initial Code Import Added initial code for DMaaP Message Router Component Issue-id: DMAAP-76 Change-Id: Ica6f265ea4f2901cf47191f21b4448514ea7c8d4 Signed-off-by: Varun Gudisena --- pom.xml | 418 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 418 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..a26425e --- /dev/null +++ b/pom.xml @@ -0,0 +1,418 @@ + + + 4.0.0 + org.onap.dmaap.messagerouter.msgrtr + msgrtr + 0.0.5 + jar + Message Router + Message Router - Restful interface built for kafka + https://github.com/att/dmaap-framework + + 3.2.14.RELEASE + 3.0.4 + 1.2 + target/surefire-reports + target/cobertura/cobertura.ser + 1.7 + 1.7 + UTF-8 + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ + /content/sites/site/org/onap/datarouter/${project.artifactId}/${project.version} + + + + + + + + + + Apache License 2.0 + + + + + + Rajashree + + ATT + www.att.com + + + Ramkumar + + ATT + www.att.com + + + + + ecomp-releases + AAF Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + AAF Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + ecomp-site + dav:${nexusproxy}${sitePath} + + + + + + onap-plugin-snapshots + https://nexus.onap.org/content/repositories/snapshots/ + + + + + + + junit + junit + 4.11 + test + + + + + org.slf4j + slf4j-api + 1.7.6 + + + + javax.inject + javax.inject + 1 + + + + com.att.ajsc + ajsc-core + 1.0.0 + + + + javax.ws.rs + javax.ws.rs-api + 2.0.1 + + + + + + org.springframework + spring-core + ${spring.version} + + + org.springframework + spring-context + ${spring.version} + + + org.springframework + spring-webmvc + ${spring.version} + + + org.springframework + spring-web + ${spring.version} + + + javax.servlet + javax.servlet-api + 3.0.1 + provided + + + + + + + + + + + + org.apache.zookeeper + zookeeper + 3.4.6 + + + + + org.json + json + 20131018 + + + + + org.apache.kafka + kafka_2.10 + 0.8.2.1 + + + + com.att.eelf + eelf-core + 0.0.1 + compile + + + + com.att.nsa + nsaServerLibrary + 1.0.10 + + + com.att.nsa + saToolkit + 0.0.1 + + + + + + + + com.att.nsa + saClientLibrary + 0.0.1 + + + org.apache.httpcomponents + httpclient + + + org.apache.httpcomponents + httpclient-cache + + + + + org.apache.httpcomponents + httpclient + 4.4.1 + + + org.apache.httpcomponents + httpclient-cache + 4.4.1 + + + + + jline + jline + 2.12.1 + + + + org.apache.curator + curator-recipes + 2.6.0 + + + + org.apache.curator + curator-test + 2.6.0 + + + + com.att.aft + dme2 + 3.1.200 + + + + com.google.code.gson + gson + 2.8.0 + + + + DMaaP + + + src/main/resources + true + + **/*.properties + + + + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + -Xdoclint:none + + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.0.0 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.12.4 + + + + **/DME2*.java + + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.7 + + + html + xml + + + + + org.jacoco + jacoco-maven-plugin + 0.6.2.201302030002 + + ${basedir}/target/coverage-reports/jacoco-unit.exec + ${basedir}/target/coverage-reports/jacoco-unit.exec + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg