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 80A989130 for ; Thu, 8 Dec 2011 10:30:49 +0000 (UTC) Received: (qmail 8012 invoked by uid 500); 8 Dec 2011 10:30:49 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 7964 invoked by uid 500); 8 Dec 2011 10:30:49 -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 7957 invoked by uid 99); 8 Dec 2011 10:30:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Dec 2011 10:30:49 +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; Thu, 08 Dec 2011 10:30:47 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 536372388A2C; Thu, 8 Dec 2011 10:30:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1211805 - /sling/trunk/bundles/jcr/jackrabbit-usermanager/pom.xml Date: Thu, 08 Dec 2011 10:30:25 -0000 To: commits@sling.apache.org From: cziegeler@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111208103025.536372388A2C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: cziegeler Date: Thu Dec 8 10:30:24 2011 New Revision: 1211805 URL: http://svn.apache.org/viewvc?rev=1211805&view=rev Log: Add scope provided to dependencies Modified: sling/trunk/bundles/jcr/jackrabbit-usermanager/pom.xml Modified: sling/trunk/bundles/jcr/jackrabbit-usermanager/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/jackrabbit-usermanager/pom.xml?rev=1211805&r1=1211804&r2=1211805&view=diff ============================================================================== --- sling/trunk/bundles/jcr/jackrabbit-usermanager/pom.xml (original) +++ sling/trunk/bundles/jcr/jackrabbit-usermanager/pom.xml Thu Dec 8 10:30:24 2011 @@ -100,21 +100,25 @@ org.apache.sling org.apache.sling.api 2.1.0 + provided org.apache.sling org.apache.sling.servlets.post 2.1.0 + provided org.apache.jackrabbit jackrabbit-api 2.2.0 + provided org.apache.sling org.apache.sling.jcr.base 2.0.4-incubator + provided org.osgi @@ -128,6 +132,7 @@ org.apache.sling org.apache.sling.jcr.resource 2.0.6 + provided org.apache.sling