Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0A07610193 for ; Thu, 1 Aug 2013 20:25:52 +0000 (UTC) Received: (qmail 26102 invoked by uid 500); 1 Aug 2013 20:25:51 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 26057 invoked by uid 500); 1 Aug 2013 20:25:51 -0000 Mailing-List: contact issues-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 issues@cxf.apache.org Received: (qmail 25213 invoked by uid 99); 1 Aug 2013 20:25:50 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Aug 2013 20:25:50 +0000 Date: Thu, 1 Aug 2013 20:25:50 +0000 (UTC) From: "Kevin Ternes (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CXF-5172) sl4j binds to slf4j-jdk14 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Kevin Ternes created CXF-5172: --------------------------------- Summary: sl4j binds to slf4j-jdk14 Key: CXF-5172 URL: https://issues.apache.org/jira/browse/CXF-5172 Project: CXF Issue Type: Improvement Components: Build system, Configuration Affects Versions: 2.7.6 Reporter: Kevin Ternes Priority: Minor The build includes a dependency on slf4j-jdk14. This jar appears in the built binary lib folder and in Maven: {code:xml} org.slf4j slf4j-jdk14 {code} This causes SL4j to bind to the jdk14 logger irrespective of the configuration of the application using Apache-CXF. A better dependency would be to bind to the sl4j-api instead. This was an issue several years ago in CXF-2583. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira