Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 838D6200C5D for ; Fri, 7 Apr 2017 17:38:35 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 820AF160B97; Fri, 7 Apr 2017 15:38:35 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A2C3A160B93 for ; Fri, 7 Apr 2017 17:38:34 +0200 (CEST) Received: (qmail 9137 invoked by uid 500); 7 Apr 2017 15:38:33 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 9123 invoked by uid 99); 7 Apr 2017 15:38:32 -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; Fri, 07 Apr 2017 15:38:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B4FEEE080F; Fri, 7 Apr 2017 15:38:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mwalch@apache.org To: commits@accumulo.apache.org Message-Id: <16fae0909a34425cbc4459becb9b4e14@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: accumulo git commit: ACCUMULO-4618 Updates from additional code review Date: Fri, 7 Apr 2017 15:38:32 +0000 (UTC) archived-at: Fri, 07 Apr 2017 15:38:35 -0000 Repository: accumulo Updated Branches: refs/heads/master 82860ca44 -> 2ab04606d ACCUMULO-4618 Updates from additional code review * Now using only one httpclient jar * Excluded xerces from hadoop-client & hadoop-minicluster to stop xml-apis jar from being brought in. * Added slf4j-log4j12 to several modules with test scope Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/2ab04606 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/2ab04606 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/2ab04606 Branch: refs/heads/master Commit: 2ab04606d70d697cd7a223651639da200e9526cb Parents: 82860ca Author: Mike Walch Authored: Wed Apr 5 11:11:24 2017 -0400 Committer: Mike Walch Committed: Fri Apr 7 11:21:00 2017 -0400 ---------------------------------------------------------------------- fate/pom.xml | 5 +++++ iterator-test-harness/pom.xml | 5 +++++ maven-plugin/pom.xml | 4 ---- maven-plugin/src/it/plugin-test/pom.xml | 8 ++++---- pom.xml | 23 ++++++++++++----------- server/base/pom.xml | 4 ---- start/pom.xml | 9 +++++---- 7 files changed, 31 insertions(+), 27 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/2ab04606/fate/pom.xml ---------------------------------------------------------------------- diff --git a/fate/pom.xml b/fate/pom.xml index 94b81e1..2c8bb6f 100644 --- a/fate/pom.xml +++ b/fate/pom.xml @@ -52,5 +52,10 @@ easymock test + + org.slf4j + slf4j-log4j12 + test + http://git-wip-us.apache.org/repos/asf/accumulo/blob/2ab04606/iterator-test-harness/pom.xml ---------------------------------------------------------------------- diff --git a/iterator-test-harness/pom.xml b/iterator-test-harness/pom.xml index 0ba6d4c..dd867d9 100644 --- a/iterator-test-harness/pom.xml +++ b/iterator-test-harness/pom.xml @@ -47,5 +47,10 @@ org.slf4j slf4j-api + + org.slf4j + slf4j-log4j12 + test + http://git-wip-us.apache.org/repos/asf/accumulo/blob/2ab04606/maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index fa38dfc..9c9f1f9 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -65,10 +65,6 @@ org.apache.maven.plugin-tools maven-plugin-annotations - - xml-apis - xml-apis - http://git-wip-us.apache.org/repos/asf/accumulo/blob/2ab04606/maven-plugin/src/it/plugin-test/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugin/src/it/plugin-test/pom.xml b/maven-plugin/src/it/plugin-test/pom.xml index 07a38e4..b5c51d8 100644 --- a/maven-plugin/src/it/plugin-test/pom.xml +++ b/maven-plugin/src/it/plugin-test/pom.xml @@ -44,10 +44,6 @@ commons-configuration - commons-httpclient - commons-httpclient - - commons-io commons-io @@ -72,6 +68,10 @@ hadoop-client + org.apache.httpcomponents + httpclient + + org.apache.zookeeper zookeeper http://git-wip-us.apache.org/repos/asf/accumulo/blob/2ab04606/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 801a6e6..78a5712 100644 --- a/pom.xml +++ b/pom.xml @@ -120,7 +120,6 @@ posix 1.54 - 3.1 2.11.0 @@ -212,11 +211,6 @@ 1.6 - commons-httpclient - commons-httpclient - ${commons.httpclient.version} - - commons-io commons-io 2.4 @@ -389,6 +383,12 @@ org.apache.hadoop hadoop-client ${hadoop.version} + + + xerces + xercesImpl + + org.apache.hadoop @@ -399,6 +399,12 @@ org.apache.hadoop hadoop-minicluster ${hadoop.version} + + + xerces + xercesImpl + + org.apache.hadoop @@ -555,11 +561,6 @@ slf4j-nop ${slf4j.version} - - xml-apis - xml-apis - 1.3.04 - http://git-wip-us.apache.org/repos/asf/accumulo/blob/2ab04606/server/base/pom.xml ---------------------------------------------------------------------- diff --git a/server/base/pom.xml b/server/base/pom.xml index 3554c14..65575db 100644 --- a/server/base/pom.xml +++ b/server/base/pom.xml @@ -105,10 +105,6 @@ slf4j-api - xml-apis - xml-apis - - junit junit test http://git-wip-us.apache.org/repos/asf/accumulo/blob/2ab04606/start/pom.xml ---------------------------------------------------------------------- diff --git a/start/pom.xml b/start/pom.xml index b9bdec8..08f8ad1 100644 --- a/start/pom.xml +++ b/start/pom.xml @@ -51,10 +51,6 @@ slf4j-api - xml-apis - xml-apis - - junit junit test @@ -74,6 +70,11 @@ powermock-module-junit4 test + + org.slf4j + slf4j-log4j12 + test +