Return-Path: Delivered-To: apmail-incubator-open-jpa-dev-archive@locus.apache.org Received: (qmail 17059 invoked from network); 2 May 2007 14:56:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 May 2007 14:56:37 -0000 Received: (qmail 85953 invoked by uid 500); 2 May 2007 14:56:43 -0000 Delivered-To: apmail-incubator-open-jpa-dev-archive@incubator.apache.org Received: (qmail 85925 invoked by uid 500); 2 May 2007 14:56:43 -0000 Mailing-List: contact open-jpa-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: open-jpa-dev@incubator.apache.org Delivered-To: mailing list open-jpa-dev@incubator.apache.org Received: (qmail 85916 invoked by uid 99); 2 May 2007 14:56:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 May 2007 07:56:43 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 May 2007 07:56:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 48B9C71403F for ; Wed, 2 May 2007 07:56:15 -0700 (PDT) Message-ID: <31465055.1178117775285.JavaMail.jira@brutus> Date: Wed, 2 May 2007 07:56:15 -0700 (PDT) From: "Craig Russell (JIRA)" To: open-jpa-dev@incubator.apache.org Subject: [jira] Commented: (OPENJPA-233) Top level POM declares a compile-time dependency on JUnit In-Reply-To: <7737304.1178117475273.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/OPENJPA-233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493116 ] Craig Russell commented on OPENJPA-233: --------------------------------------- This patch changes the dependency from compile to test. Index: pom.xml =================================================================== --- pom.xml (revision 534391) +++ pom.xml (working copy) @@ -220,7 +220,7 @@ junit junit 3.8.1 - compile + test > Top level POM declares a compile-time dependency on JUnit > --------------------------------------------------------- > > Key: OPENJPA-233 > URL: https://issues.apache.org/jira/browse/OPENJPA-233 > Project: OpenJPA > Issue Type: Bug > Components: build / infrastructure > Affects Versions: 0.9.7 > Reporter: Craig Russell > Priority: Trivial > Fix For: 0.9.8 > > > trunk/pom.xml declares the following maven dependency on JUnit. > > junit > junit > 3.8.1 > compile > > The dependency should be test, not compile, as required only by test components. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.