Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 65442 invoked from network); 22 Nov 2006 22:07:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Nov 2006 22:07:51 -0000 Received: (qmail 44621 invoked by uid 500); 22 Nov 2006 22:08:00 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 44616 invoked by uid 500); 22 Nov 2006 22:07:59 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 44607 invoked by uid 99); 22 Nov 2006 22:07:59 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Nov 2006 14:07:59 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jukka.zitting@gmail.com designates 66.249.82.232 as permitted sender) Received: from [66.249.82.232] (HELO wx-out-0506.google.com) (66.249.82.232) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Nov 2006 14:07:47 -0800 Received: by wx-out-0506.google.com with SMTP id i28so361076wxd for ; Wed, 22 Nov 2006 14:07:26 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FG9czyuWDrhEfrRtZ1LVpU1x42RVKlfeh7pdJJytfsO+gCOdP/aviNRvfHXTI2njrjjJpdnW6Rnwj2TyT1F313o2WWIM4hPZKB5nxNhmSlMsyQsqzY7WZ2bPCuFMMNt2VzpHj9dCBVQcdRoV/okpp08S4WWdYbJ4Iv80XgCHUCw= Received: by 10.90.51.17 with SMTP id y17mr7248800agy.1164233246290; Wed, 22 Nov 2006 14:07:26 -0800 (PST) Received: by 10.90.102.20 with HTTP; Wed, 22 Nov 2006 14:07:26 -0800 (PST) Message-ID: <510143ac0611221407x55354120sc0540c04129ae2e7@mail.gmail.com> Date: Thu, 23 Nov 2006 00:07:26 +0200 From: "Jukka Zitting" To: users@jackrabbit.apache.org Subject: Re: Jackrabbit JCA 1.1 from ibiblio - wrong jcr dependency In-Reply-To: <214FF1B5E37DC84D9968F0F82FBB11256EFDD6@AUGEXCH.ghsinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <214FF1B5E37DC84D9968F0F82FBB11256EFDD6@AUGEXCH.ghsinc.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi, On 11/22/06, Darren Hartford wrote: > Hmm...I thought the pom.xml for the Jackrabbit JCA got fixed, but it > didn't get updated. > > Could someone update the pom.xml to replace from: > > > jsr170 > jcr > 1.0 > > > To: > > javax.jcr > jcr > 1.0 > There's still an unresolved license issue with the JCR API jars being distributed from the central Maven repository. See the following issues for the details and current status: http://issues.apache.org/jira/browse/JCR-592 http://jira.codehaus.org/browse/MAVENUPLOAD-1050 Until either Day grants an extra license for Maven distribution of the JCR jars (as discussed in JCR-592 by Roy) or the issue is resolved in some other way, we won't be updating the POM dependencies. BR, Jukka Zitting