Return-Path: X-Original-To: apmail-sling-commits-archive@www.apache.org Delivered-To: apmail-sling-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 E972E10B9E for ; Wed, 13 Nov 2013 14:46:11 +0000 (UTC) Received: (qmail 94145 invoked by uid 500); 13 Nov 2013 14:46:03 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 93954 invoked by uid 500); 13 Nov 2013 14:45:56 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 93700 invoked by uid 99); 13 Nov 2013 14:45:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Nov 2013 14:45:44 +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; Wed, 13 Nov 2013 14:45:41 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id BD261238896F; Wed, 13 Nov 2013 14:45:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1541534 - /sling/trunk/bundles/commons/log/pom.xml Date: Wed, 13 Nov 2013 14:45:20 -0000 To: commits@sling.apache.org From: chetanm@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131113144520.BD261238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chetanm Date: Wed Nov 13 14:45:20 2013 New Revision: 1541534 URL: http://svn.apache.org/r1541534 Log: SLING-3243 Update the Slf4j API bundle to 1.7.5 Relaxing the version range for org.slf4j and org.slf4j.spi package to [1.6,1.8). With this same bundle can be used with slf4j api 1.6.x and 1.7.x Modified: sling/trunk/bundles/commons/log/pom.xml Modified: sling/trunk/bundles/commons/log/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/log/pom.xml?rev=1541534&r1=1541533&r2=1541534&view=diff ============================================================================== --- sling/trunk/bundles/commons/log/pom.xml (original) +++ sling/trunk/bundles/commons/log/pom.xml Wed Nov 13 14:45:20 2013 @@ -121,8 +121,8 @@ !javax.xml.transform.sax, !javax.xml.transform.stream, org.osgi.framework;version=1.3, - org.slf4j;provide:=true, - org.slf4j.spi;provide:=true, + org.slf4j;version="[1.6,1.8)", + org.slf4j.spi;version="[1.6,1.8)", groovy.lang; javax.jms; javax.mail;