Return-Path: Delivered-To: apmail-sling-commits-archive@www.apache.org Received: (qmail 33722 invoked from network); 10 Jan 2011 18:47:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Jan 2011 18:47:18 -0000 Received: (qmail 28763 invoked by uid 500); 10 Jan 2011 18:47:18 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 28728 invoked by uid 500); 10 Jan 2011 18:47:18 -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 28714 invoked by uid 99); 10 Jan 2011 18:47:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jan 2011 18:47:18 +0000 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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jan 2011 18:47:16 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 910B423889E1; Mon, 10 Jan 2011 18:46:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1057310 - /sling/trunk/bundles/commons/log/pom.xml Date: Mon, 10 Jan 2011 18:46:56 -0000 To: commits@sling.apache.org From: fmeschbe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110110184656.910B423889E1@eris.apache.org> Author: fmeschbe Date: Mon Jan 10 18:46:56 2011 New Revision: 1057310 URL: http://svn.apache.org/viewvc?rev=1057310&view=rev Log: SLING-1912 Properly re-import Log Service API and set minimum version for the dynamic Configuration Admin API import 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=1057310&r1=1057309&r2=1057310&view=diff ============================================================================== --- sling/trunk/bundles/commons/log/pom.xml (original) +++ sling/trunk/bundles/commons/log/pom.xml Mon Jan 10 18:46:56 2011 @@ -70,17 +70,19 @@ org.osgi.service.log - org.apache.commons.logging.impl, org.apache.sling.commons.log.*, + org.apache.commons.logging.impl, org.slf4j.impl, org.slf4j.helpers,org.slf4j.spi javax.servlet.*;resolution:=optional, - org.osgi.framework;version=1.3 + org.osgi.framework;version=1.3, + org.osgi.service.log;version="[$(version;==;$(@)),$(version;=+;$(@)))" + ,* - org.osgi.service.cm + org.osgi.service.cm;version=1.2 @@ -142,6 +144,14 @@ javax.servlet servlet-api + + + + org.apache.felix + org.apache.felix.gogo.runtime + 0.6.1 + provided +