X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fchamp.git;a=blobdiff_plain;f=pom.xml;h=349b4813078ac3e21fe85c1582cad17289530335;hp=3d56be950b8814564b67c8e1a483028278c95275;hb=HEAD;hpb=bc567018a6b5577c2ba18835ca1dbc0b0f394d6d diff --git a/pom.xml b/pom.xml index 3d56be9..349b481 100755 --- a/pom.xml +++ b/pom.xml @@ -1,18 +1,215 @@ + 4.0.0 + + org.onap.oparent + oparent + 2.0.0 + + org.onap.aai champ aai-champ pom - 1.2.0-SNAPSHOT + 1.6.0-SNAPSHOT + + + https://nexus.onap.org + 1.5.0 + + 0.57 + ${project.build.directory}/code-coverage + champ-lib - champ-service champ-service-deps-janus champ-service-deps-titan + champ-service - \ No newline at end of file + + + + org.apache.maven.plugins + maven-deploy-plugin + + + org.jacoco + jacoco-maven-plugin + + + default-check + + check + + + ${jacoco.report.directory}/jacoco-ut.exec + + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + + + + + + + + + + + + org.onap.aai.event-client + event-client-api + ${event.client.version} + + + + org.onap.aai.event-client + event-client-dmaap + ${event.client.version} + + + + org.onap.aai.event-client + event-client-kafka + ${event.client.version} + + + + org.onap.aai.event-client + event-client-rabbitmq + ${event.client.version} + + + commons-collections + commons-collections + 20040616 + + + + ch.qos.logback + logback-classic + 1.2.3 + + + + ch.qos.logback + logback-core + 1.2.3 + + + + org.apache.hadoop + hadoop-common + 2.7.7 + + + + org.apache.hbase + hbase-client + 1.0.2 + + + + org.onap.dmaap.messagerouter.dmaapclient + dmaapClient + 1.1.5 + + + + io.netty + netty-all + 4.1.24.Final + + + + io.netty + netty + 3.10.6.Final + + + + org.apache.zookeeper + zookeeper + 3.4.12 + + + + com.fasterxml.jackson.core + jackson-core + 2.8.11 + + + + com.fasterxml.jackson.core + jackson-databind + 2.8.11.1 + + + + org.apache.httpcomponents + httpclient-cache + 4.5.3 + + + + org.apache.httpcomponents + httpclient + 4.5.3 + + + + org.codehaus.groovy + groovy + 2.4.15 + + + + + + + ecomp-releases + ECOMP Release Repository + ${onap.nexus.url}/content/repositories/releases/ + + + ecomp-snapshots + ECOMP Snapshot Repository + ${onap.nexus.url}/content/repositories/snapshots/ + + + +