From oak-commits-return-397-apmail-jackrabbit-oak-commits-archive=jackrabbit.apache.org@jackrabbit.apache.org Tue Apr 24 13:44:53 2012 Return-Path: X-Original-To: apmail-jackrabbit-oak-commits-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-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 BDF4F98BB for ; Tue, 24 Apr 2012 13:44:53 +0000 (UTC) Received: (qmail 66209 invoked by uid 500); 24 Apr 2012 13:44:53 -0000 Delivered-To: apmail-jackrabbit-oak-commits-archive@jackrabbit.apache.org Received: (qmail 66183 invoked by uid 500); 24 Apr 2012 13:44:53 -0000 Mailing-List: contact oak-commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-commits@jackrabbit.apache.org Delivered-To: mailing list oak-commits@jackrabbit.apache.org Received: (qmail 66142 invoked by uid 99); 24 Apr 2012 13:44:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Apr 2012 13:44:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Apr 2012 13:44:51 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 24B5B23889D5; Tue, 24 Apr 2012 13:44:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1329712 - in /jackrabbit/oak/trunk: oak-core/pom.xml oak-jcr/pom.xml oak-run/pom.xml Date: Tue, 24 Apr 2012 13:44:30 -0000 To: oak-commits@jackrabbit.apache.org From: alexparvulescu@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120424134431.24B5B23889D5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: alexparvulescu Date: Tue Apr 24 13:44:30 2012 New Revision: 1329712 URL: http://svn.apache.org/viewvc?rev=1329712&view=rev Log: OAK-71 Logging dependencies Modified: jackrabbit/oak/trunk/oak-core/pom.xml jackrabbit/oak/trunk/oak-jcr/pom.xml jackrabbit/oak/trunk/oak-run/pom.xml Modified: jackrabbit/oak/trunk/oak-core/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/pom.xml?rev=1329712&r1=1329711&r2=1329712&view=diff ============================================================================== --- jackrabbit/oak/trunk/oak-core/pom.xml (original) +++ jackrabbit/oak/trunk/oak-core/pom.xml Tue Apr 24 13:44:30 2012 @@ -65,11 +65,6 @@ slf4j-api 1.6.4 - - org.slf4j - jcl-over-slf4j - 1.6.4 - @@ -98,7 +93,7 @@ ch.qos.logback logback-classic - 1.0.0 + 1.0.1 test Modified: jackrabbit/oak/trunk/oak-jcr/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-jcr/pom.xml?rev=1329712&r1=1329711&r2=1329712&view=diff ============================================================================== --- jackrabbit/oak/trunk/oak-jcr/pom.xml (original) +++ jackrabbit/oak/trunk/oak-jcr/pom.xml Tue Apr 24 13:44:30 2012 @@ -68,11 +68,6 @@ slf4j-api 1.6.4 - - org.slf4j - jcl-over-slf4j - 1.6.4 - @@ -80,5 +75,11 @@ junit test + + ch.qos.logback + logback-classic + 1.0.1 + test + Modified: jackrabbit/oak/trunk/oak-run/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-run/pom.xml?rev=1329712&r1=1329711&r2=1329712&view=diff ============================================================================== --- jackrabbit/oak/trunk/oak-run/pom.xml (original) +++ jackrabbit/oak/trunk/oak-run/pom.xml Tue Apr 24 13:44:30 2012 @@ -104,9 +104,9 @@ ${jetty.version} - ch.qos.logback - logback-classic - 1.0.1 + org.slf4j + slf4j-api + 1.6.4 @@ -115,6 +115,12 @@ junit test + + ch.qos.logback + logback-classic + 1.0.1 + test +