Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 52016 invoked from network); 24 Sep 2008 09:38:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Sep 2008 09:38:06 -0000 Received: (qmail 53296 invoked by uid 500); 24 Sep 2008 09:38:03 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 53270 invoked by uid 500); 24 Sep 2008 09:38:02 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 53259 invoked by uid 99); 24 Sep 2008 09:38:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2008 02:38:02 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2008 09:37:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2CCF1234C1E0 for ; Wed, 24 Sep 2008 02:37:44 -0700 (PDT) Message-ID: <1565100326.1222249064168.JavaMail.jira@brutus> Date: Wed, 24 Sep 2008 02:37:44 -0700 (PDT) From: "Jukka Zitting (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Resolved: (JCR-1631) Replace commons-logging dependency with SLF4J In-Reply-To: <1655994446.1212140024924.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-1631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved JCR-1631. -------------------------------- Resolution: Fixed Patch applied in revision 698478. Resolving as Fixed. > Replace commons-logging dependency with SLF4J > --------------------------------------------- > > Key: JCR-1631 > URL: https://issues.apache.org/jira/browse/JCR-1631 > Project: Jackrabbit > Issue Type: Improvement > Components: jackrabbit-jca, jackrabbit-webapp > Reporter: Jukka Zitting > Assignee: Jukka Zitting > Fix For: 1.5 > > Attachments: JCR-1631-reconsider.patch > > > The poi dependency in jackrabbit-text-extractors brings in a transitive dependency to commons-logging. Since we use SLF4J for all logging, we should exclude the commons-logging dependency and replace it with jcl104-over-slf4j. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.