Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 19940 invoked from network); 5 Jul 2008 15:04:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jul 2008 15:04:39 -0000 Received: (qmail 56254 invoked by uid 500); 5 Jul 2008 15:04:39 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 56167 invoked by uid 500); 5 Jul 2008 15:04:39 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 56156 invoked by uid 99); 5 Jul 2008 15:04:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jul 2008 08:04:39 -0700 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jak-commons-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jul 2008 15:03:47 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KF9J1-00037X-Sp for dev@commons.apache.org; Sat, 05 Jul 2008 15:04:07 +0000 Received: from hsi-kbw-078-042-175-065.hsi3.kabel-badenwuerttemberg.de ([78.42.175.65]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 05 Jul 2008 15:04:07 +0000 Received: from joerg.schaible by hsi-kbw-078-042-175-065.hsi3.kabel-badenwuerttemberg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 05 Jul 2008 15:04:07 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: dev@commons.apache.org To: dev@commons.apache.org From: =?ISO-8859-1?Q?J=F6rg?= Schaible Subject: Re: [VOTE] Release JXPath 1.3 based on RC4 Date: Sat, 05 Jul 2008 17:04:01 +0200 Lines: 51 Message-ID: References: <823721.46958.qm@web55107.mail.re4.yahoo.com> Reply-To: joerg.schaible@gmx.de Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: hsi-kbw-078-042-175-065.hsi3.kabel-badenwuerttemberg.de Mail-Copies-To: never User-Agent: KNode/0.10.9 Sender: news X-Virus-Checked: Checked by ClamAV on apache.org Hi Matt, Matt Benson wrote: > > --- J�rg Schaible wrote: > >> Forgot to add the path for the POM, just in case you >> will do another RC. >> > > So... can you explain again what is the effect of > moving [logging] to the separate dependencyManagement > section of the POM? jxpath does not use logging, it's a dep of beanutils. Therefore it should not even be declared as (optional) runtime dep, because if somebody uses (optional) beanutils, it's part of the dependency list anyway. However, beanutils uses still 1.0.3 and with the dependencyManagement you can overwrite the version of the transitive dependency: joehni@paddy ~/src/Commons/proper/jxpath $ mvn dependency:tree [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'dependency'. [INFO] ------------------------------------------------------------------------ [INFO] Building Commons JXPath [INFO] task-segment: [dependency:tree] [INFO] ------------------------------------------------------------------------ [INFO] [dependency:tree] [INFO] commons-jxpath:commons-jxpath:jar:1.3-SNAPSHOT [INFO] +- xerces:xercesImpl:jar:2.4.0:provided [INFO] +- javax.servlet:servlet-api:jar:2.4:provided [INFO] +- javax.servlet:jsp-api:jar:2.0:provided [INFO] +- junit:junit:jar:3.8.1:test [INFO] +- xml-apis:xml-apis:jar:1.3.04:provided [INFO] +- jdom:jdom:jar:1.0:compile [INFO] +- commons-beanutils:commons-beanutils:jar:1.7.0:compile [INFO] | \- commons-logging:commons-logging:jar:1.1.1:compile (version managed from 1.0.3) [INFO] \- com.mockrunner:mockrunner-jdk1.3-j2ee1.3:jar:0.4:test [INFO] \- org.mockejb:mockejb:jar:0.6-beta2:test [INFO] \- cglib:cglib-full:jar:2.0.2:test [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 21 seconds [INFO] Finished at: Sat Jul 05 17:01:51 CEST 2008 [INFO] Final Memory: 10M/20M [INFO] ------------------------------------------------------------------------ - J�rg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org