Return-Path: Delivered-To: apmail-incubator-aries-commits-archive@minotaur.apache.org Received: (qmail 72478 invoked from network); 11 Feb 2010 13:52:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Feb 2010 13:52:24 -0000 Received: (qmail 18141 invoked by uid 500); 11 Feb 2010 13:52:24 -0000 Delivered-To: apmail-incubator-aries-commits-archive@incubator.apache.org Received: (qmail 18050 invoked by uid 500); 11 Feb 2010 13:52:23 -0000 Mailing-List: contact aries-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: aries-dev@incubator.apache.org Delivered-To: mailing list aries-commits@incubator.apache.org Received: (qmail 18033 invoked by uid 99); 11 Feb 2010 13:52:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2010 13:52:23 +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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2010 13:52:22 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9AEDD2388900; Thu, 11 Feb 2010 13:52:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r908970 - /incubator/aries/trunk/ariestrader-sample/modules/ariestrader-openjpa-provider/pom.xml Date: Thu, 11 Feb 2010 13:52:00 -0000 To: aries-commits@incubator.apache.org From: jbohn@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100211135202.9AEDD2388900@eris.apache.org> Author: jbohn Date: Thu Feb 11 13:51:57 2010 New Revision: 908970 URL: http://svn.apache.org/viewvc?rev=908970&view=rev Log: ARIES-143 fix it so that the persistence provider can load the necessary classes Modified: incubator/aries/trunk/ariestrader-sample/modules/ariestrader-openjpa-provider/pom.xml Modified: incubator/aries/trunk/ariestrader-sample/modules/ariestrader-openjpa-provider/pom.xml URL: http://svn.apache.org/viewvc/incubator/aries/trunk/ariestrader-sample/modules/ariestrader-openjpa-provider/pom.xml?rev=908970&r1=908969&r2=908970&view=diff ============================================================================== --- incubator/aries/trunk/ariestrader-sample/modules/ariestrader-openjpa-provider/pom.xml (original) +++ incubator/aries/trunk/ariestrader-sample/modules/ariestrader-openjpa-provider/pom.xml Thu Feb 11 13:51:57 2010 @@ -53,7 +53,8 @@ javax.persistence.spi, - org.apache.openjpa.persistence + org.apache.openjpa.persistence, + org.apache.openjpa.jdbc.kernel