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 ADC0D10A0F for ; Tue, 10 Dec 2013 04:37:47 +0000 (UTC) Received: (qmail 78191 invoked by uid 500); 10 Dec 2013 04:37:38 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 78108 invoked by uid 500); 10 Dec 2013 04:37:32 -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 78097 invoked by uid 99); 10 Dec 2013 04:37:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Dec 2013 04:37:30 +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, 10 Dec 2013 04:37:28 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 88F9723889E3; Tue, 10 Dec 2013 04:37:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1549756 - /sling/trunk/contrib/commons/compiler/pom.xml Date: Tue, 10 Dec 2013 04:37:07 -0000 To: commits@sling.apache.org From: cziegeler@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131210043707.88F9723889E3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: cziegeler Date: Tue Dec 10 04:37:07 2013 New Revision: 1549756 URL: http://svn.apache.org/r1549756 Log: Add explicitely dependency to OSGi core to avoid framework import of [1.7,2) Modified: sling/trunk/contrib/commons/compiler/pom.xml Modified: sling/trunk/contrib/commons/compiler/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/contrib/commons/compiler/pom.xml?rev=1549756&r1=1549755&r2=1549756&view=diff ============================================================================== --- sling/trunk/contrib/commons/compiler/pom.xml (original) +++ sling/trunk/contrib/commons/compiler/pom.xml Tue Dec 10 04:37:07 2013 @@ -88,6 +88,10 @@ + org.osgi + org.osgi.core + + org.apache.felix org.apache.felix.scr.annotations