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 255B317461 for ; Mon, 31 Aug 2015 14:20:04 +0000 (UTC) Received: (qmail 28399 invoked by uid 500); 31 Aug 2015 14:20:04 -0000 Delivered-To: apmail-curator-commits-archive@curator.apache.org Received: (qmail 28320 invoked by uid 500); 31 Aug 2015 14:20:04 -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 28245 invoked by uid 99); 31 Aug 2015 14:20:03 -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, 31 Aug 2015 14:20:03 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D90D4E03D0; Mon, 31 Aug 2015 14:20:03 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: randgalt@apache.org To: commits@curator.apache.org Date: Mon, 31 Aug 2015 14:20:05 -0000 Message-Id: <45d4013ff02d435a9bc988381300232b@git.apache.org> In-Reply-To: <31c8b4d35f9b4b3aa3451355ce3a1896@git.apache.org> References: <31c8b4d35f9b4b3aa3451355ce3a1896@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/8] curator git commit: CURATOR-234 Add remaining slf4j-log4j12 test deps CURATOR-234 Add remaining slf4j-log4j12 test deps Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/b177ed70 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/b177ed70 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/b177ed70 Branch: refs/heads/CURATOR-3.0 Commit: b177ed709a422f0b06f3a4a3683e5488d038fbb9 Parents: 9a444fa Author: Mike Drob Authored: Mon Aug 24 10:40:12 2015 -0500 Committer: Mike Drob Committed: Mon Aug 24 10:41:09 2015 -0500 ---------------------------------------------------------------------- curator-x-discovery-server/pom.xml | 6 ++++++ curator-x-discovery/pom.xml | 6 ++++++ curator-x-rpc/pom.xml | 6 ++++++ 3 files changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/b177ed70/curator-x-discovery-server/pom.xml ---------------------------------------------------------------------- diff --git a/curator-x-discovery-server/pom.xml b/curator-x-discovery-server/pom.xml index 2728ce5..4ed7e25 100644 --- a/curator-x-discovery-server/pom.xml +++ b/curator-x-discovery-server/pom.xml @@ -108,6 +108,12 @@ resteasy-jaxrs test + + + org.slf4j + slf4j-log4j12 + test + http://git-wip-us.apache.org/repos/asf/curator/blob/b177ed70/curator-x-discovery/pom.xml ---------------------------------------------------------------------- diff --git a/curator-x-discovery/pom.xml b/curator-x-discovery/pom.xml index 015fea7..9043533 100644 --- a/curator-x-discovery/pom.xml +++ b/curator-x-discovery/pom.xml @@ -66,5 +66,11 @@ testng test + + + org.slf4j + slf4j-log4j12 + test + http://git-wip-us.apache.org/repos/asf/curator/blob/b177ed70/curator-x-rpc/pom.xml ---------------------------------------------------------------------- diff --git a/curator-x-rpc/pom.xml b/curator-x-rpc/pom.xml index 299ef9f..519e8fb 100644 --- a/curator-x-rpc/pom.xml +++ b/curator-x-rpc/pom.xml @@ -118,6 +118,12 @@ testng test + + + org.slf4j + slf4j-log4j12 + test +