Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 57451 invoked from network); 14 Nov 2008 17:37:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2008 17:37:16 -0000 Received: (qmail 28361 invoked by uid 500); 14 Nov 2008 17:37:23 -0000 Mailing-List: contact jdo-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-dev@db.apache.org Received: (qmail 28350 invoked by uid 99); 14 Nov 2008 17:37:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2008 09:37:23 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2008 17:36:01 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BE842234C2AB for ; Fri, 14 Nov 2008 09:36:45 -0800 (PST) Message-ID: <1235436645.1226684205779.JavaMail.jira@brutus> Date: Fri, 14 Nov 2008 09:36:45 -0800 (PST) From: "Carlos Sanchez (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Commented: (JDO-612) M2 pom is incorrect, result in problems with transitive dependencies In-Reply-To: <1654976525.1225968944916.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/JDO-612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647675#action_12647675 ] Carlos Sanchez commented on JDO-612: ------------------------------------ and to add scopes in a m1 pom so they are used when converted to m2 you can use junit junit 3.8.1 test > M2 pom is incorrect, result in problems with transitive dependencies > -------------------------------------------------------------------- > > Key: JDO-612 > URL: https://issues.apache.org/jira/browse/JDO-612 > Project: JDO > Issue Type: Bug > Components: api2 > Reporter: Andy Jefferson > Fix For: JDO 2 maintenance release 3 > > > jdo2-api.jar is in an M2 repository > http://mirrors.ibiblio.org/pub/mirrors/maven2/javax/jdo/jdo2-api/2.2/ > and the pom has > > > javax.transaction > transaction-api > 1.1 > > > org.apache.ant > ant > 1.7.0 > > > junit > junit > 3.8.1 > > > org.apache.geronimo.specs > geronimo-jpa_3.0_spec > 1.0 > > > which is incomplete. All of these dependencies should be scoped to compile AFAICS. The "junit" dep should be test since it is only for tests. > Since jdo2-api.jar is not built using M2 and has no such M2 pom.xml where is this POM coming from ? (some automated Maven process to convert M1 poms to M2 poms?) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.