Return-Path: Delivered-To: apmail-incubator-sling-commits-archive@locus.apache.org Received: (qmail 63485 invoked from network); 22 Dec 2008 21:29:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Dec 2008 21:29:24 -0000 Received: (qmail 13731 invoked by uid 500); 22 Dec 2008 21:29:24 -0000 Delivered-To: apmail-incubator-sling-commits-archive@incubator.apache.org Received: (qmail 13699 invoked by uid 500); 22 Dec 2008 21:29:24 -0000 Mailing-List: contact sling-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sling-dev@incubator.apache.org Delivered-To: mailing list sling-commits@incubator.apache.org Received: (qmail 13690 invoked by uid 99); 22 Dec 2008 21:29:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Dec 2008 13:29:24 -0800 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, 22 Dec 2008 21:29:23 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B98AA2388892; Mon, 22 Dec 2008 13:29:03 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r728784 - /incubator/sling/trunk/jcr/base/pom.xml Date: Mon, 22 Dec 2008 21:29:03 -0000 To: sling-commits@incubator.apache.org From: fmeschbe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081222212903.B98AA2388892@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fmeschbe Date: Mon Dec 22 13:29:03 2008 New Revision: 728784 URL: http://svn.apache.org/viewvc?rev=728784&view=rev Log: SLING-769 Explicit Jackrabbit Dependency Version and inline Jackrabbit RMI using Embed-Dependency Modified: incubator/sling/trunk/jcr/base/pom.xml Modified: incubator/sling/trunk/jcr/base/pom.xml URL: http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/base/pom.xml?rev=728784&r1=728783&r2=728784&view=diff ============================================================================== --- incubator/sling/trunk/jcr/base/pom.xml (original) +++ incubator/sling/trunk/jcr/base/pom.xml Mon Dec 22 13:29:03 2008 @@ -62,9 +62,11 @@ org.apache.sling.jcr.base.util;version=${pom.version}, - org.apache.sling.jcr.base.internal.*, - org.apache.jackrabbit.rmi.* + org.apache.sling.jcr.base.internal.* + + jackrabbit-jcr-rmi;inline=true + @@ -93,11 +95,13 @@ org.apache.jackrabbit jackrabbit-api + 1.5.0 org.apache.jackrabbit jackrabbit-jcr-rmi - compile + 1.5.0 + provided