From commits-return-2935-archive-asf-public=cust-asf.ponee.io@flume.apache.org Thu Nov 22 10:39:48 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id AC23D180645 for ; Thu, 22 Nov 2018 10:39:47 +0100 (CET) Received: (qmail 3887 invoked by uid 500); 22 Nov 2018 09:39:46 -0000 Mailing-List: contact commits-help@flume.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flume.apache.org Delivered-To: mailing list commits@flume.apache.org Received: (qmail 3878 invoked by uid 99); 22 Nov 2018 09:39:46 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Nov 2018 09:39:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5299DDFEF4; Thu, 22 Nov 2018 09:39:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: szaboferee@apache.org To: commits@flume.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: flume git commit: FLUME-2464 Remove hadoop and hbase profiles. Date: Thu, 22 Nov 2018 09:39:46 +0000 (UTC) Repository: flume Updated Branches: refs/heads/trunk 5ec8bb6ad -> e43000609 FLUME-2464 Remove hadoop and hbase profiles. Hadoop 1/2 profiles were obsolete and had not been used for a long time, so they have been deleted. HBase profile was always active, so its content has been moved to top level. Additional clean-ups: some version declarations moved to the parent pom, redundant version declarations and exclusions deleted. This closes #239 Reviewers: Ferenc Szabo (Peter Turcsanyi via Ferenc Szabo) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/e4300060 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/e4300060 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/e4300060 Branch: refs/heads/trunk Commit: e43000609c2dc357d49fb6aaf375b9ed633fb4e0 Parents: 5ec8bb6 Author: Peter Turcsanyi Authored: Thu Nov 22 10:38:56 2018 +0100 Committer: Ferenc Szabo Committed: Thu Nov 22 10:38:56 2018 +0100 ---------------------------------------------------------------------- flume-ng-auth/pom.xml | 2 +- flume-ng-channels/flume-kafka-channel/pom.xml | 2 - .../flume-spillable-memory-channel/pom.xml | 1 - flume-ng-clients/flume-ng-log4jappender/pom.xml | 2 +- flume-ng-configuration/pom.xml | 16 +- flume-ng-dist/pom.xml | 48 +- flume-ng-sinks/flume-dataset-sink/pom.xml | 2 - flume-ng-sinks/flume-hdfs-sink/pom.xml | 111 +-- flume-ng-sinks/flume-hive-sink/pom.xml | 126 +-- flume-ng-sinks/flume-ng-hbase-sink/pom.xml | 233 ++--- flume-ng-sinks/flume-ng-hbase2-sink/pom.xml | 2 +- flume-ng-sinks/flume-ng-kafka-sink/pom.xml | 1 - flume-ng-sinks/pom.xml | 48 +- flume-ng-tests/pom.xml | 2 +- flume-shared/flume-shared-kafka/pom.xml | 1 - flume-shared/pom.xml | 14 - flume-tools/pom.xml | 62 -- pom.xml | 852 +++++++------------ 18 files changed, 421 insertions(+), 1104 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/e4300060/flume-ng-auth/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-auth/pom.xml b/flume-ng-auth/pom.xml index fa65b09..ab05dc7 100644 --- a/flume-ng-auth/pom.xml +++ b/flume-ng-auth/pom.xml @@ -59,7 +59,7 @@ limitations under the License. org.apache.hadoop - ${hadoop.common.artifact.id} + hadoop-common true http://git-wip-us.apache.org/repos/asf/flume/blob/e4300060/flume-ng-channels/flume-kafka-channel/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-channels/flume-kafka-channel/pom.xml b/flume-ng-channels/flume-kafka-channel/pom.xml index b9fb0d1..f9211b2 100644 --- a/flume-ng-channels/flume-kafka-channel/pom.xml +++ b/flume-ng-channels/flume-kafka-channel/pom.xml @@ -59,12 +59,10 @@ limitations under the License. org.apache.kafka kafka-clients - ${kafka.version} org.apache.flume.flume-ng-sinks flume-ng-kafka-sink - ${project.version} tests test http://git-wip-us.apache.org/repos/asf/flume/blob/e4300060/flume-ng-channels/flume-spillable-memory-channel/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-channels/flume-spillable-memory-channel/pom.xml b/flume-ng-channels/flume-spillable-memory-channel/pom.xml index 9e61026..47434cc 100644 --- a/flume-ng-channels/flume-spillable-memory-channel/pom.xml +++ b/flume-ng-channels/flume-spillable-memory-channel/pom.xml @@ -89,7 +89,6 @@ org.easytesting fest-reflect - ${fest-reflect.version} test http://git-wip-us.apache.org/repos/asf/flume/blob/e4300060/flume-ng-clients/flume-ng-log4jappender/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-clients/flume-ng-log4jappender/pom.xml b/flume-ng-clients/flume-ng-log4jappender/pom.xml index 8fc57af..ec51b9f 100644 --- a/flume-ng-clients/flume-ng-log4jappender/pom.xml +++ b/flume-ng-clients/flume-ng-log4jappender/pom.xml @@ -1,4 +1,4 @@ - org.apache.hadoop hadoop-common - ${hadoop2.version} true @@ -114,7 +113,6 @@ limitations under the License. org.apache.hadoop hadoop-minicluster - ${hadoop2.version} http://git-wip-us.apache.org/repos/asf/flume/blob/e4300060/flume-ng-sinks/flume-hdfs-sink/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-sinks/flume-hdfs-sink/pom.xml b/flume-ng-sinks/flume-hdfs-sink/pom.xml index 3681e6c..099c785 100644 --- a/flume-ng-sinks/flume-hdfs-sink/pom.xml +++ b/flume-ng-sinks/flume-hdfs-sink/pom.xml @@ -89,11 +89,29 @@ limitations under the License. org.apache.hadoop - ${hadoop.common.artifact.id} + hadoop-common true + org.apache.hadoop + hadoop-hdfs + true + + + + org.apache.hadoop + hadoop-auth + true + + + + org.apache.hadoop + hadoop-minicluster + test + + + commons-lang commons-lang @@ -105,95 +123,4 @@ limitations under the License. - - - - hadoop-1.0 - - - flume.hadoop.profile - 1 - - - - - - org.apache.hadoop - hadoop-test - test - - - - - com.sun.jersey - jersey-core - test - - - - - - - hadoop-2 - - - flume.hadoop.profile - 2 - - - - - - org.apache.hadoop - hadoop-hdfs - true - - - - org.apache.hadoop - hadoop-auth - true - - - - org.apache.hadoop - hadoop-minicluster - test - - - - - - - hbase-1 - - - !flume.hadoop.profile - - - - - - org.apache.hadoop - hadoop-hdfs - true - - - - org.apache.hadoop - hadoop-auth - true - - - - org.apache.hadoop - hadoop-minicluster - test - - - - - - http://git-wip-us.apache.org/repos/asf/flume/blob/e4300060/flume-ng-sinks/flume-hive-sink/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-sinks/flume-hive-sink/pom.xml b/flume-ng-sinks/flume-hive-sink/pom.xml index 84ee3e1..7e29d75 100644 --- a/flume-ng-sinks/flume-hive-sink/pom.xml +++ b/flume-ng-sinks/flume-hive-sink/pom.xml @@ -36,96 +36,6 @@ limitations under the License. flume-hive-sink Flume NG Hive Sink - - - hadoop-1.0 - - - flume.hadoop.profile - 1 - - - - - - org.apache.hadoop - hadoop-core - ${hadoop.version} - test - - - - - hadoop-2 - - - flume.hadoop.profile - 2 - - - - - org.apache.hadoop - hadoop-common - ${hadoop.version} - test - true - - - - org.apache.hadoop - hadoop-mapreduce-client-core - test - ${hadoop.version} - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - - - - - - hbase-1 - - - !flume.hadoop.profile - - - - - org.apache.hadoop - hadoop-common - test - true - - - - org.apache.hadoop - hadoop-mapreduce-client-core - test - ${hadoop.version} - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - - - - - @@ -176,41 +86,33 @@ limitations under the License. org.apache.hive.hcatalog hive-hcatalog-core provided - ${hive.version} - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - org.apache.hive hive-cli test - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - + + + + org.apache.hadoop + hadoop-common + test + true + + + + org.apache.hadoop + hadoop-mapreduce-client-core + test xerces xercesImpl - runtime ${xerces.version} + runtime http://git-wip-us.apache.org/repos/asf/flume/blob/e4300060/flume-ng-sinks/flume-ng-hbase-sink/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-sinks/flume-ng-hbase-sink/pom.xml b/flume-ng-sinks/flume-ng-hbase-sink/pom.xml index 04c9c2d..7fb0ee1 100644 --- a/flume-ng-sinks/flume-ng-hbase-sink/pom.xml +++ b/flume-ng-sinks/flume-ng-hbase-sink/pom.xml @@ -54,7 +54,6 @@ guava - org.hbase asynchbase @@ -85,7 +84,7 @@ org.apache.hadoop - ${hadoop.common.artifact.id} + hadoop-common true @@ -111,198 +110,62 @@ flume-hdfs-sink - - - - - hadoop-1.0 - - - flume.hadoop.profile - 1 - - - - - org.apache.hadoop - hadoop-test - test - - - - com.sun.jersey - jersey-core - test - - - org.apache.hbase - hbase - true - - - - org.apache.hbase - hbase - tests - test - - - - org.apache.zookeeper - zookeeper - test - - - - - hadoop-2 - - - flume.hadoop.profile - 2 - - - - - org.apache.hadoop - hadoop-minicluster - test - - - org.apache.hbase - hbase - true - + + org.apache.hadoop + hadoop-minicluster + - - org.apache.hbase - hbase - tests - test - + + org.apache.hbase + hbase-client + true + - - org.apache.zookeeper - zookeeper - test - - - - - hbase-1 - - - !flume.hadoop.profile - - - - - org.apache.hadoop - hadoop-minicluster - + + org.apache.hbase + hbase-client + tests + test + - - org.apache.hbase - hbase-client - true - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - - - org.apache.hbase - hbase-client - tests - test - + + org.apache.hbase + hbase-server + test + + + org.apache.hbase + hbase-server + tests + test + - - org.apache.hbase - hbase-server - test - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - + - - org.apache.hbase - hbase-server - tests - test - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - + + org.apache.hbase + hbase-common + true + - + + org.apache.hbase + hbase-testing-util + test + - - org.apache.hbase - hbase-common - true - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - - - org.apache.hbase - hbase-testing-util - test - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - + + org.apache.zookeeper + zookeeper + test + - - org.apache.zookeeper - zookeeper - test - - - - + http://git-wip-us.apache.org/repos/asf/flume/blob/e4300060/flume-ng-sinks/flume-ng-hbase2-sink/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-sinks/flume-ng-hbase2-sink/pom.xml b/flume-ng-sinks/flume-ng-hbase2-sink/pom.xml index a34c2fa..42d4e9c 100644 --- a/flume-ng-sinks/flume-ng-hbase2-sink/pom.xml +++ b/flume-ng-sinks/flume-ng-hbase2-sink/pom.xml @@ -135,7 +135,7 @@ org.apache.hadoop - ${hadoop.common.artifact.id} + hadoop-common true http://git-wip-us.apache.org/repos/asf/flume/blob/e4300060/flume-ng-sinks/flume-ng-kafka-sink/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-sinks/flume-ng-kafka-sink/pom.xml b/flume-ng-sinks/flume-ng-kafka-sink/pom.xml index eb65500..59d5222 100644 --- a/flume-ng-sinks/flume-ng-kafka-sink/pom.xml +++ b/flume-ng-sinks/flume-ng-kafka-sink/pom.xml @@ -90,7 +90,6 @@ org.apache.kafka kafka-clients - ${kafka.version} http://git-wip-us.apache.org/repos/asf/flume/blob/e4300060/flume-ng-sinks/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-sinks/pom.xml b/flume-ng-sinks/pom.xml index 4977acb..e1f1d8f 100644 --- a/flume-ng-sinks/pom.xml +++ b/flume-ng-sinks/pom.xml @@ -40,52 +40,8 @@ limitations under the License. flume-ng-morphline-solr-sink flume-ng-kafka-sink flume-http-sink + flume-dataset-sink + flume-hive-sink - - - - hadoop-1.0 - - - flume.hadoop.profile - 1 - - - - - - hadoop-2 - - - flume.hadoop.profile - 2 - - - - - flume-dataset-sink - flume-hive-sink - - - - - hbase-1 - - - !flume.hadoop.profile - - - - - flume-dataset-sink - flume-hive-sink - - - - - - http://git-wip-us.apache.org/repos/asf/flume/blob/e4300060/flume-ng-tests/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-tests/pom.xml b/flume-ng-tests/pom.xml index b57c4d2..5c74196 100644 --- a/flume-ng-tests/pom.xml +++ b/flume-ng-tests/pom.xml @@ -57,7 +57,7 @@ org.apache.hadoop - ${hadoop.common.artifact.id} + hadoop-common true http://git-wip-us.apache.org/repos/asf/flume/blob/e4300060/flume-shared/flume-shared-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/flume-shared/flume-shared-kafka/pom.xml b/flume-shared/flume-shared-kafka/pom.xml index deb6a35..0fc83ab 100644 --- a/flume-shared/flume-shared-kafka/pom.xml +++ b/flume-shared/flume-shared-kafka/pom.xml @@ -39,7 +39,6 @@ limitations under the License. org.apache.kafka kafka-clients - ${kafka.version} junit http://git-wip-us.apache.org/repos/asf/flume/blob/e4300060/flume-shared/pom.xml ---------------------------------------------------------------------- diff --git a/flume-shared/pom.xml b/flume-shared/pom.xml index 7e9f4c7..d819c05 100644 --- a/flume-shared/pom.xml +++ b/flume-shared/pom.xml @@ -37,18 +37,4 @@ limitations under the License. flume-shared-kafka-test - - - - hadoop-1.0 - - - flume.hadoop.profile - 1 - - - - - - http://git-wip-us.apache.org/repos/asf/flume/blob/e4300060/flume-tools/pom.xml ---------------------------------------------------------------------- diff --git a/flume-tools/pom.xml b/flume-tools/pom.xml index abc25eb..2670832 100644 --- a/flume-tools/pom.xml +++ b/flume-tools/pom.xml @@ -70,70 +70,8 @@ limitations under the License. org.easytesting fest-reflect - ${fest-reflect.version} - - - - hadoop-1.0 - - - flume.hadoop.profile - 1 - - - - - - org.apache.hadoop - hadoop-test - test - - - - - com.sun.jersey - jersey-core - test - - - - - - - hadoop-2 - - - flume.hadoop.profile - 2 - - - - - - org.apache.hadoop - hadoop-hdfs - true - - - - org.apache.hadoop - hadoop-auth - true - - - - org.apache.hadoop - hadoop-minicluster - test - - - - - - http://git-wip-us.apache.org/repos/asf/flume/blob/e4300060/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b6b35fb..57d1d90 100644 --- a/pom.xml +++ b/pom.xml @@ -68,7 +68,8 @@ limitations under the License. 2.2.2 18.0 11.0.2 - 2.9.0 + 2.9.0 + 1.0.0 9.3.19.v20170502 2.0.0 4.4.6 @@ -139,498 +140,6 @@ limitations under the License. - hadoop-1.0 - - - flume.hadoop.profile - 1 - - - - 1.2.1 - 0.92.1 - hadoop-core - 0.7.0 - - - - - org.apache.hadoop - ${hadoop.common.artifact.id} - ${hadoop.version} - - - org.apache.hadoop - hadoop-test - ${hadoop.version} - - - org.apache.hbase - hbase - ${hbase.version} - - - - org.apache.hbase - hbase - ${hbase.version} - tests - test - - - org.apache.zookeeper - zookeeper - ${zookeeper.version} - test - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - - - - - - - hadoop-2 - - - flume.hadoop.profile - 2 - - - - ${hadoop2.version} - 0.94.2 - hadoop-common - - - - - org.apache.hadoop - ${hadoop.common.artifact.id} - ${hadoop.version} - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - - - org.apache.hadoop - hadoop-hdfs - ${hadoop.version} - - - tomcat - jasper-compiler - - - tomcat - jasper-runtime - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - - - org.apache.hadoop - hadoop-mapreduce-client-core - ${hadoop.version} - test - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - - - org.apache.hadoop - hadoop-minicluster - test - ${hadoop.version} - - - tomcat - jasper-compiler - - - tomcat - jasper-runtime - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - - - org.apache.hadoop - hadoop-client - ${hadoop.version} - - - org.apache.hadoop - hadoop-annotations - ${hadoop.version} - - - org.apache.hadoop - hadoop-auth - ${hadoop.version} - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - - - - org.apache.hbase - hbase - ${hbase.version} - - - - org.apache.hbase - hbase - ${hbase.version} - tests - test - - - - org.apache.zookeeper - zookeeper - ${zookeeper.version} - test - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - - - - - org.apache.flume.flume-ng-sinks - flume-dataset-sink - ${project.version} - - - - - - - hbase-1 - - - !flume.hadoop.profile - - - - ${hadoop2.version} - 1.0.0 - hadoop-common - - - - - org.apache.hadoop - ${hadoop.common.artifact.id} - ${hadoop.version} - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - - - org.apache.hadoop - hadoop-hdfs - ${hadoop.version} - - - tomcat - jasper-compiler - - - tomcat - jasper-runtime - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - - - org.apache.hadoop - hadoop-minicluster - test - ${hadoop.version} - - - tomcat - jasper-compiler - - - tomcat - jasper-runtime - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - - - org.apache.hadoop - hadoop-client - ${hadoop.version} - - - org.apache.hadoop - hadoop-annotations - ${hadoop.version} - - - org.apache.hadoop - hadoop-auth - ${hadoop.version} - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - - - - - org.apache.hbase - hbase-client - ${hbase.version} - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - - - - org.apache.hbase - hbase-client - ${hbase.version} - tests - test - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - - - - org.apache.hbase - hbase-testing-util - ${hbase.version} - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - - - - - - org.apache.hbase - hbase-common - ${hbase.version} - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - - - - org.apache.hbase - hbase-common - ${hbase.version} - tests - test - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - - - - org.apache.hbase - hbase-server - ${hbase.version} - test - - - tomcat - jasper-compiler - - - tomcat - jasper-runtime - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - - - - org.apache.hbase - hbase-server - ${hbase.version} - tests - test - - - tomcat - jasper-compiler - - - tomcat - jasper-runtime - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - - - - org.apache.zookeeper - zookeeper - ${zookeeper.version} - test - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - - - - - org.apache.flume.flume-ng-sinks - flume-dataset-sink - ${project.version} - - - - - - compileThriftLegacy false @@ -1200,7 +709,7 @@ limitations under the License. org.apache.hadoop hadoop-minikdc - ${hadoop2.version} + ${hadoop.version} test @@ -1368,31 +877,6 @@ limitations under the License. - org.apache.hadoop - hadoop-common - ${hadoop.version} - true - - - tomcat - jasper-compiler - - - tomcat - jasper-runtime - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - - - commons-codec commons-codec ${commons-codec.version} @@ -1468,22 +952,6 @@ limitations under the License. dependency from asynchbase. --> - org.apache.zookeeper - zookeeper - ${zookeeper.version} - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - - - org.elasticsearch elasticsearch ${elasticsearch.version} @@ -1633,6 +1101,19 @@ limitations under the License. + org.apache.flume.flume-ng-sinks + flume-ng-kafka-sink + ${project.version} + tests + + + + org.apache.flume.flume-ng-sinks + flume-dataset-sink + ${project.version} + + + org.apache.flume.flume-ng-sources flume-scribe-source ${project.version} @@ -1915,9 +1396,35 @@ limitations under the License. + org.apache.hive.hcatalog + hive-hcatalog-core + ${hive.version} + + + log4j + log4j + + + org.slf4j + slf4j-log4j12 + + + + + org.apache.hive hive-cli ${hive.version} + + + log4j + log4j + + + org.slf4j + slf4j-log4j12 + + @@ -1955,6 +1462,281 @@ limitations under the License. ${xalan.version} + + + org.apache.hadoop + hadoop-common + ${hadoop.version} + true + + + tomcat + jasper-compiler + + + tomcat + jasper-runtime + + + log4j + log4j + + + org.slf4j + slf4j-log4j12 + + + + + org.apache.hadoop + hadoop-hdfs + ${hadoop.version} + + + tomcat + jasper-compiler + + + tomcat + jasper-runtime + + + log4j + log4j + + + org.slf4j + slf4j-log4j12 + + + + + org.apache.hadoop + hadoop-minicluster + test + ${hadoop.version} + + + tomcat + jasper-compiler + + + tomcat + jasper-runtime + + + log4j + log4j + + + org.slf4j + slf4j-log4j12 + + + + + org.apache.hadoop + hadoop-client + ${hadoop.version} + + + org.apache.hadoop + hadoop-annotations + ${hadoop.version} + + + org.apache.hadoop + hadoop-auth + ${hadoop.version} + + + log4j + log4j + + + org.slf4j + slf4j-log4j12 + + + + + org.apache.hadoop + hadoop-mapreduce-client-core + test + ${hadoop.version} + + + log4j + log4j + + + org.slf4j + slf4j-log4j12 + + + + + + + org.apache.hbase + hbase-client + ${hbase.version} + + + log4j + log4j + + + org.slf4j + slf4j-log4j12 + + + + + + org.apache.hbase + hbase-client + ${hbase.version} + tests + test + + + log4j + log4j + + + org.slf4j + slf4j-log4j12 + + + + + + org.apache.hbase + hbase-testing-util + ${hbase.version} + + + log4j + log4j + + + org.slf4j + slf4j-log4j12 + + + + + + + + org.apache.hbase + hbase-common + ${hbase.version} + + + log4j + log4j + + + org.slf4j + slf4j-log4j12 + + + + + + org.apache.hbase + hbase-common + ${hbase.version} + tests + test + + + log4j + log4j + + + org.slf4j + slf4j-log4j12 + + + + + + org.apache.hbase + hbase-server + ${hbase.version} + test + + + tomcat + jasper-compiler + + + tomcat + jasper-runtime + + + log4j + log4j + + + org.slf4j + slf4j-log4j12 + + + + + + org.apache.hbase + hbase-server + ${hbase.version} + tests + test + + + tomcat + jasper-compiler + + + tomcat + jasper-runtime + + + log4j + log4j + + + org.slf4j + slf4j-log4j12 + + + + + + org.apache.zookeeper + zookeeper + ${zookeeper.version} + test + + + log4j + log4j + + + org.slf4j + slf4j-log4j12 + + + +