Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 95527 invoked from network); 5 Sep 2005 23:12:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Sep 2005 23:12:14 -0000 Received: (qmail 2416 invoked by uid 500); 5 Sep 2005 23:12:10 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 2388 invoked by uid 500); 5 Sep 2005 23:12:10 -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 2375 invoked by uid 99); 5 Sep 2005 23:12:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Sep 2005 16:12:10 -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.183] (HELO moutng.kundenserver.de) (212.227.126.183) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Sep 2005 16:12:23 -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 0MKwpI-1ECQ8D47Vn-0001Fo; Tue, 06 Sep 2005 01:12:05 +0200 Message-ID: <431CD0DF.6010604@cyberspaceroad.com> Date: Tue, 06 Sep 2005 00:12:31 +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: [m2] Dependency mistake in commons-dbcp? 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 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