Return-Path: Delivered-To: apmail-incubator-click-dev-archive@minotaur.apache.org Received: (qmail 66345 invoked from network); 9 Apr 2009 12:58:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Apr 2009 12:58:35 -0000 Received: (qmail 26745 invoked by uid 500); 9 Apr 2009 12:58:35 -0000 Delivered-To: apmail-incubator-click-dev-archive@incubator.apache.org Received: (qmail 26725 invoked by uid 500); 9 Apr 2009 12:58:35 -0000 Mailing-List: contact click-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: click-dev@incubator.apache.org Delivered-To: mailing list click-dev@incubator.apache.org Received: (qmail 26717 invoked by uid 99); 9 Apr 2009 12:58:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Apr 2009 12:58:35 +0000 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; Thu, 09 Apr 2009 12:58:33 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E96AD234C004 for ; Thu, 9 Apr 2009 05:58:12 -0700 (PDT) Message-ID: <1832531002.1239281892941.JavaMail.jira@brutus> Date: Thu, 9 Apr 2009 05:58:12 -0700 (PDT) From: "Naoki Takezoe (JIRA)" To: click-dev@incubator.apache.org Subject: [jira] Commented: (CLK-492) click-extras pom.xml contains some problems MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CLK-492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12697501#action_12697501 ] Naoki Takezoe commented on CLK-492: ----------------------------------- Hi Bob, I checked committed poms. It seems OK. We will be able to resolve this issue :-) > click-extras pom.xml contains some problems > ------------------------------------------- > > Key: CLK-492 > URL: https://issues.apache.org/jira/browse/CLK-492 > Project: Click > Issue Type: Bug > Components: extras > Affects Versions: 2.0.1, 1.5.1 > Reporter: Naoki Takezoe > Assignee: Bob Schellink > Fix For: 2.1.0, 2.0.2, 1.5.2 > > > * freemarker does not contained > * hibernate version is invalid > * hibernate dependency should excludes javax.transaction (jar does not exist in the repository) > * cayenne groupId is old > Here is the fixed pom.xml: > ---- > > org.hibernate > hibernate > 3.2.6.ga > true > > > javax.transaction > jta > > > > > org.apache.cayenne > cayenne-nodeps > 2.0.4 > true > > > org.freemarker > freemarker > 2.3.12 > true > > ---- -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.