Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 19791 invoked from network); 4 Feb 2006 04:07:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Feb 2006 04:07:50 -0000 Received: (qmail 30650 invoked by uid 500); 4 Feb 2006 04:07:48 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 30604 invoked by uid 500); 4 Feb 2006 04:07:47 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 30586 invoked by uid 99); 4 Feb 2006 04:07:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Feb 2006 20:07:47 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ammulder@gmail.com designates 66.249.92.196 as permitted sender) Received: from [66.249.92.196] (HELO uproxy.gmail.com) (66.249.92.196) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Feb 2006 20:07:47 -0800 Received: by uproxy.gmail.com with SMTP id o2so133922uge for ; Fri, 03 Feb 2006 20:07:25 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=s/zm7NgXnuUrzkypwwAHEC4yXnjN9Ogc0iaxrfNIn8sABajL6MMJE5CZwfONf/vFRmkop+SexvNnCf216abl+DLCnEccpSpDR8aNFXZltUcO4vbxKTL4/yq/cTr5CCchKTPNDqDW/MjkapBP5oDUhLpZZMt6z+A7gVI2YyAguYw= Received: by 10.66.250.13 with SMTP id x13mr326454ugh; Fri, 03 Feb 2006 20:07:25 -0800 (PST) Received: by 10.66.219.2 with HTTP; Fri, 3 Feb 2006 20:07:25 -0800 (PST) Message-ID: <74e15baa0602032007x6b352338we938a80075f311a8@mail.gmail.com> Date: Fri, 3 Feb 2006 23:07:25 -0500 From: Aaron Mulder Sender: ammulder@gmail.com To: Geronimo Dev Subject: TranQL, M2, Transitive Deps MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N So I tried creating a Maven 2 EAR that pulls in the TranQL Connector RAR. When Maven built the EAR, it pulled gobs of other 3rd party libraries into my EAR: commons-*, axion, various Geronimo specs, etc.=20 Needless to say I don't want that, I only want the actual RAR added to my EAR. I assume to fix this we should change all those dependencies to scope=3Dprovided or scope=3Dcompile or something like that in the TranQL Connector POM, since you shouldn't need them at runtime, right? I mean, IMO anything you need at runtime (other than the spec classes), the RAR should include within itself, not have transitive runtime dependencies on. Any complaints if I make a JIRA for this? Thanks, Aaron