Return-Path: X-Original-To: apmail-cayenne-commits-archive@www.apache.org Delivered-To: apmail-cayenne-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 906F61019D for ; Wed, 27 Nov 2013 18:39:07 +0000 (UTC) Received: (qmail 28403 invoked by uid 500); 27 Nov 2013 18:39:07 -0000 Delivered-To: apmail-cayenne-commits-archive@cayenne.apache.org Received: (qmail 28371 invoked by uid 500); 27 Nov 2013 18:39:05 -0000 Mailing-List: contact commits-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cayenne.apache.org Delivered-To: mailing list commits@cayenne.apache.org Received: (qmail 28364 invoked by uid 99); 27 Nov 2013 18:39:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Nov 2013 18:39:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Wed, 27 Nov 2013 18:39:03 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A66782388994; Wed, 27 Nov 2013 18:38:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1546155 - /cayenne/main/trunk/cayenne-lifecycle/pom.xml Date: Wed, 27 Nov 2013 18:38:43 -0000 To: commits@cayenne.apache.org From: aadamchik@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131127183843.A66782388994@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: aadamchik Date: Wed Nov 27 18:38:43 2013 New Revision: 1546155 URL: http://svn.apache.org/r1546155 Log: fixing derby tests (in fact any DB other than hsqldb will be affected by this, as in the absence of hsql profile , hsql jar is not added to the maven build, and non-core modules need it as they are tested on hsql regardless of the core modules DB) Modified: cayenne/main/trunk/cayenne-lifecycle/pom.xml Modified: cayenne/main/trunk/cayenne-lifecycle/pom.xml URL: http://svn.apache.org/viewvc/cayenne/main/trunk/cayenne-lifecycle/pom.xml?rev=1546155&r1=1546154&r2=1546155&view=diff ============================================================================== --- cayenne/main/trunk/cayenne-lifecycle/pom.xml (original) +++ cayenne/main/trunk/cayenne-lifecycle/pom.xml Wed Nov 27 18:38:43 2013 @@ -53,6 +53,11 @@ mockito-all test + + hsqldb + hsqldb + test +