Return-Path: X-Original-To: apmail-curator-commits-archive@minotaur.apache.org Delivered-To: apmail-curator-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4DE12183D2 for ; Mon, 17 Aug 2015 17:02:10 +0000 (UTC) Received: (qmail 81096 invoked by uid 500); 17 Aug 2015 17:02:10 -0000 Delivered-To: apmail-curator-commits-archive@curator.apache.org Received: (qmail 81056 invoked by uid 500); 17 Aug 2015 17:02:10 -0000 Mailing-List: contact commits-help@curator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@curator.apache.org Delivered-To: mailing list commits@curator.apache.org Received: (qmail 80289 invoked by uid 99); 17 Aug 2015 17:02:09 -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; Mon, 17 Aug 2015 17:02:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B9B74E0329; Mon, 17 Aug 2015 17:02:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dragonsinth@apache.org To: commits@curator.apache.org Date: Mon, 17 Aug 2015 17:02:47 -0000 Message-Id: <86740300d4a2471686cf502fa9b3e7be@git.apache.org> In-Reply-To: <7ac50fe071104b4493121735a87f2dc8@git.apache.org> References: <7ac50fe071104b4493121735a87f2dc8@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [39/41] curator git commit: CURATOR-234 Add slf4j-log4j12 test dependency CURATOR-234 Add slf4j-log4j12 test dependency Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/9a444fac Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/9a444fac Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/9a444fac Branch: refs/heads/CURATOR-3.0 Commit: 9a444faca2c3e799d2494cb9968118775a9a1b0b Parents: e71da8f Author: Mike Drob Authored: Mon Jul 13 08:02:48 2015 -0500 Committer: Mike Drob Committed: Fri Aug 14 14:26:55 2015 -0500 ---------------------------------------------------------------------- curator-client/pom.xml | 6 ++++++ curator-examples/pom.xml | 6 ++++++ curator-framework/pom.xml | 6 ++++++ curator-recipes/pom.xml | 6 ++++++ curator-test/pom.xml | 6 ++++++ 5 files changed, 30 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/9a444fac/curator-client/pom.xml ---------------------------------------------------------------------- diff --git a/curator-client/pom.xml b/curator-client/pom.xml index 22ccf28..64a3393 100644 --- a/curator-client/pom.xml +++ b/curator-client/pom.xml @@ -77,5 +77,11 @@ testng test + + + org.slf4j + slf4j-log4j12 + test + http://git-wip-us.apache.org/repos/asf/curator/blob/9a444fac/curator-examples/pom.xml ---------------------------------------------------------------------- diff --git a/curator-examples/pom.xml b/curator-examples/pom.xml index 85eaaf7..406cbac 100644 --- a/curator-examples/pom.xml +++ b/curator-examples/pom.xml @@ -48,5 +48,11 @@ org.apache.curator curator-x-discovery + + + org.slf4j + slf4j-log4j12 + test + http://git-wip-us.apache.org/repos/asf/curator/blob/9a444fac/curator-framework/pom.xml ---------------------------------------------------------------------- diff --git a/curator-framework/pom.xml b/curator-framework/pom.xml index 7d9bd03..212678d 100644 --- a/curator-framework/pom.xml +++ b/curator-framework/pom.xml @@ -61,6 +61,12 @@ testng test + + + org.slf4j + slf4j-log4j12 + test + http://git-wip-us.apache.org/repos/asf/curator/blob/9a444fac/curator-recipes/pom.xml ---------------------------------------------------------------------- diff --git a/curator-recipes/pom.xml b/curator-recipes/pom.xml index 8c257b7..de45404 100644 --- a/curator-recipes/pom.xml +++ b/curator-recipes/pom.xml @@ -67,5 +67,11 @@ testng test + + + org.slf4j + slf4j-log4j12 + test + http://git-wip-us.apache.org/repos/asf/curator/blob/9a444fac/curator-test/pom.xml ---------------------------------------------------------------------- diff --git a/curator-test/pom.xml b/curator-test/pom.xml index 59abda2..96809d8 100644 --- a/curator-test/pom.xml +++ b/curator-test/pom.xml @@ -60,5 +60,11 @@ testng provided + + + org.slf4j + slf4j-log4j12 + test +