From d4a86831bdbd0f8f2b358e110d3184cfa735fc99 Mon Sep 17 00:00:00 2001 From: Deklan Dieterly Date: Tue, 11 Mar 2014 17:21:48 -0600 Subject: [PATCH] Add Kafka dependency. --- pom.xml | 459 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 241 insertions(+), 218 deletions(-) diff --git a/pom.xml b/pom.xml index cde3642..e85e2da 100644 --- a/pom.xml +++ b/pom.xml @@ -1,231 +1,254 @@ - - 4.0.0 + + 4.0.0 - com.hpcloud - mon-thresh - ${computedVersion} - http://hpcloud.net - jar + com.hpcloud + mon-thresh + ${computedVersion} + http://hpcloud.net + jar - - 3.0 - + + 3.0 + - - 1.0.0 - ${versionNumber}-SNAPSHOT - 1.0.0-SNAPSHOT - 0.7.0-rc1 + + 1.0.0 + ${versionNumber}-SNAPSHOT + 1.0.0-SNAPSHOT + 0.7.0-rc1 - true - UTF-8 - UTF-8 - + true + UTF-8 + UTF-8 + - - scm:git:git@git.hpcloud.net:mon/mon-thresh.git - scm:git:git@git.hpcloud.net:mon/mon-thresh.git - + + scm:git:git@git.hpcloud.net:mon/mon-thresh.git + scm:git:git@git.hpcloud.net:mon/mon-thresh.git + - - - nexus releases - http://nexus.paas.hpcloud.net:8081/nexus/content/repositories/releases - - - nexus 3rd party - http://nexus.paas.hpcloud.net:8081/nexus/content/repositories/thirdparty - - - nexus-snapshots - nexus snapshots - http://nexus.paas.hpcloud.net:8081/nexus/content/repositories/snapshots - - - clojars.org - http://clojars.org/repo - - + + + nexus releases + http://nexus.paas.hpcloud.net:8081/nexus/content/repositories/releases + + + nexus 3rd party + http://nexus.paas.hpcloud.net:8081/nexus/content/repositories/thirdparty + + + nexus-snapshots + nexus snapshots + http://nexus.paas.hpcloud.net:8081/nexus/content/repositories/snapshots + + + clojars.org + http://clojars.org/repo + + - - - release-deploy-url-override - - - BUILD_NUM - - - - ${versionNumber}.${BUILD_NUM} - - - + + + release-deploy-url-override + + + BUILD_NUM + + + + ${versionNumber}.${BUILD_NUM} + + + + + + + + + org.slf4j + slf4j-api + 1.7.2 + + + org.slf4j + slf4j-log4j12 + 1.7.2 + + + - - - - org.slf4j - slf4j-api - 1.7.2 - - - org.slf4j - slf4j-log4j12 - 1.7.2 - + + storm + storm + 0.9.0.1 + provided + + + com.hpcloud + mon-util + ${mon.common.version} + + + ch.qos.logback + logback-core + + + ch.qos.logback + logback-classic + + + + + com.hpcloud + mon-model + ${mon.common.version} + + + com.hpcloud + mon-persistence + ${mon.common.version} + + + com.hpcloud + mon-streaming + ${mon.common.version} + + + io.dropwizard + dropwizard-db + ${dropwizard.version} + + + io.dropwizard + dropwizard-jdbi + ${dropwizard.version} + + + mysql + mysql-connector-java + 5.1.18 + + + + org.apache.kafka + kafka_2.10 + 0.8.0 + + + com.sun.jmx + jmxri + + + com.sun.jdmk + jmxtools + + + org.slf4j + slf4j-simple + + + + + + + com.hpcloud + mon-testing + ${mon.common.version} + test + + + com.hpcloud + mon-streaming + ${mon.common.version} + test-jar + test + - - - - storm - storm - 0.9.0.1 - provided - - - com.hpcloud - mon-util - ${mon.common.version} - - - ch.qos.logback - logback-core - - - ch.qos.logback - logback-classic - - - - - com.hpcloud - mon-model - ${mon.common.version} - - - com.hpcloud - mon-persistence - ${mon.common.version} - - - com.hpcloud - mon-streaming - ${mon.common.version} - - - io.dropwizard - dropwizard-db - ${dropwizard.version} - - - io.dropwizard - dropwizard-jdbi - ${dropwizard.version} - - - mysql - mysql-connector-java - 5.1.18 - - - - - com.hpcloud - mon-testing - ${mon.common.version} - test - - - com.hpcloud - mon-streaming - ${mon.common.version} - test-jar - test - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.7 - 1.7 - - - - org.apache.maven.plugins - maven-surefire-plugin - - performance,functional,integration,database,slow - - - - org.apache.maven.plugins - maven-failsafe-plugin - - performance,functional,integration,database,slow - ${skipITs} - - - - - integration-test - - - - **/*.class - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - mon-thresh - true - - - *:* - - META-INF/*.SF - META-INF/*.DSA - META-INF/*.RSA - - - - - - - package - - shade - - - - - com.hpcloud.mon.ThresholdingEngine - - - true - - - - - - org.apache.maven.plugins - maven-scm-plugin - - ${project.version} - - - - + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.7 + 1.7 + + + + org.apache.maven.plugins + maven-surefire-plugin + + performance,functional,integration,database,slow + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + performance,functional,integration,database,slow + ${skipITs} + + + + + integration-test + + + + **/*.class + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + mon-thresh + true + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + package + + shade + + + + + com.hpcloud.mon.ThresholdingEngine + + + true + + + + + + org.apache.maven.plugins + maven-scm-plugin + + ${project.version} + + + +