From users-return-28498-apmail-maven-users-archive=maven.apache.org@maven.apache.org Tue Sep 06 07:06:14 2005 Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 96281 invoked from network); 6 Sep 2005 07:06:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Sep 2005 07:06:13 -0000 Received: (qmail 67236 invoked by uid 500); 6 Sep 2005 07:06:08 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 66918 invoked by uid 500); 6 Sep 2005 07:06:06 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 66904 invoked by uid 99); 6 Sep 2005 07:06:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Sep 2005 00:06:05 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [212.227.126.188] (HELO moutng.kundenserver.de) (212.227.126.188) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Sep 2005 00:06:18 -0700 Received: from host86-129-65-210.range86-129.btcentralplus.com [86.129.65.210] (helo=[192.168.1.252]) by mrelayeu.kundenserver.de with ESMTP (Nemesis), id 0ML21M-1ECXWp3qeh-0002r0; Tue, 06 Sep 2005 09:05:59 +0200 Message-ID: <431D3FEF.5000500@cyberspaceroad.com> Date: Tue, 06 Sep 2005 08:06:23 +0100 From: Adam Hardy User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.7.8) Gecko/20050513 Debian/1.7.8-1 X-Accept-Language: en-gb, de, en-us MIME-Version: 1.0 To: Maven Users List Subject: Re: [m2] Dependency mistake in commons-dbcp? References: <431CD0DF.6010604@cyberspaceroad.com> <9e3862d805090516174ca8cae@mail.gmail.com> In-Reply-To: <9e3862d805090516174ca8cae@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: kundenserver.de abuse@kundenserver.de login:7be52423742ce504c1b541fa1f258887 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Oh right. There are similar bugs for other commons jars, but not commons-dbcp, so I added it. Thanks for the info. Adam Brett Porter on 06/09/05 00:17, wrote: > It was automatically converted from Maven 1.x, where the information is > often not rich enough. We will be reviewing metadata before the m2 release, > but you can help by filing bugs at the > http://jira.codehaus.org/browse/MEV(I think this one is already > recorded). > > - Brett > > On 9/6/05, Adam Hardy wrote: > >>I get this in my output >> >>[INFO] >> >>---------------------------------------------------------------------------- >>[INFO] Building MyStuff Login Module >>[INFO] task-segment: [eclipse:eclipse] >>[INFO] >> >>---------------------------------------------------------------------------- >>[DEBUG] org.mystuff:mystuff-login:jar:1.0-SNAPSHOT (selected for null) >>[DEBUG] junit:junit:jar:3.8.1 (selected for test) >>[DEBUG] commons-dbcp:commons-dbcp:jar:1.2.1 (selected for compile) >>[DEBUG] jdbc:jdbc:jar:2.0 (selected for compile) >>[DEBUG] junit:junit:jar:3.8.1 (setting scope to: compile) >>[WARNING] >>Artifact junit:junit:jar:3.8.1 has scope 'test' replaced with >>'compile' >>as a dependency has given a broader scope. If this is not >>intended, use -X to locate the dependency, >>or force the desired scope using dependencyManagement. >> >>[DEBUG] junit:junit:jar:3.8.1 (removed - nearer found: 3.8.1) >> >> >> >>It seems that commons-dbcp sets JUnit as a compile dependency: >> >> >>http://www.ibiblio.org/maven2/commons-dbcp/commons-dbcp/1.2.1/commons-dbcp-1.2.1.pom >> >>Surely this can't be right? I'd be glad to hear from anyone who helped >>put that POM together. >> >>Regards >>Adam >> >>--------------------------------------------------------------------- >>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org >>For additional commands, e-mail: users-help@maven.apache.org >> > >> > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org