Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 10891 invoked from network); 25 Nov 2008 16:00:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Nov 2008 16:00:36 -0000 Received: (qmail 2365 invoked by uid 500); 25 Nov 2008 16:00:46 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 2327 invoked by uid 500); 25 Nov 2008 16:00:46 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 2244 invoked by uid 99); 25 Nov 2008 16:00:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 08:00:45 -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; Tue, 25 Nov 2008 15:59:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 92583234C29D for ; Tue, 25 Nov 2008 07:59:44 -0800 (PST) Message-ID: <910978166.1227628784598.JavaMail.jira@brutus> Date: Tue, 25 Nov 2008 07:59:44 -0800 (PST) From: "Michael Dick (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Assigned: (OPENJPA-781) openjpa-jdbc depends on postgres driver, should be "provided" In-Reply-To: <1868763532.1227570584200.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-781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dick reassigned OPENJPA-781: ------------------------------------ Assignee: Michael Dick > openjpa-jdbc depends on postgres driver, should be "provided" > ------------------------------------------------------------- > > Key: OPENJPA-781 > URL: https://issues.apache.org/jira/browse/OPENJPA-781 > Project: OpenJPA > Issue Type: Improvement > Components: build / infrastructure > Affects Versions: 2.0.0 > Reporter: Fernando > Assignee: Michael Dick > Attachments: pom.xml.diff > > > just need to add provided to the postgres sql dependency. > Index: openjpa-jdbc/pom.xml > =================================================================== > --- openjpa-jdbc/pom.xml (revision 720348) > +++ openjpa-jdbc/pom.xml (working copy) > @@ -47,12 +47,13 @@ > > hsqldb > hsqldb > - compile > + provided > > > postgresql > postgresql > 8.1-407.jdbc3 > + provided > > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.