Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 176A210772 for ; Tue, 25 Mar 2014 17:31:15 +0000 (UTC) Received: (qmail 67948 invoked by uid 500); 25 Mar 2014 17:31:12 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 67785 invoked by uid 500); 25 Mar 2014 17:31:09 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 67741 invoked by uid 99); 25 Mar 2014 17:31:08 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2014 17:31:08 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id BFBD7919B5D; Tue, 25 Mar 2014 17:31:07 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dkulp@apache.org To: commits@cxf.apache.org Date: Tue, 25 Mar 2014 17:31:07 -0000 Message-Id: <55c1ef2e15b043789e69935439a9622f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/3] git commit: Add the jcl-over-slf4j dep so all the logging will work Repository: cxf Updated Branches: refs/heads/master 70cf49450 -> 8f4799b5b Add the jcl-over-slf4j dep so all the logging will work Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/1138017f Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/1138017f Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/1138017f Branch: refs/heads/master Commit: 1138017fa68e60f5920c48d4cce39632af6067c7 Parents: 70cf494 Author: Daniel Kulp Authored: Tue Mar 25 12:51:47 2014 -0400 Committer: Daniel Kulp Committed: Tue Mar 25 12:51:47 2014 -0400 ---------------------------------------------------------------------- distribution/src/main/release/samples/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/1138017f/distribution/src/main/release/samples/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml index 4b02dc7..e6eb9ad 100644 --- a/distribution/src/main/release/samples/pom.xml +++ b/distribution/src/main/release/samples/pom.xml @@ -36,6 +36,10 @@ org.slf4j slf4j-jdk14 + + org.slf4j + jcl-over-slf4j + in_jvm_transport