Return-Path: X-Original-To: apmail-openjpa-commits-archive@www.apache.org Delivered-To: apmail-openjpa-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 6133496E6 for ; Thu, 15 Dec 2011 00:07:41 +0000 (UTC) Received: (qmail 53275 invoked by uid 500); 15 Dec 2011 00:07:41 -0000 Delivered-To: apmail-openjpa-commits-archive@openjpa.apache.org Received: (qmail 53218 invoked by uid 500); 15 Dec 2011 00:07:41 -0000 Mailing-List: contact commits-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 commits@openjpa.apache.org Received: (qmail 53211 invoked by uid 99); 15 Dec 2011 00:07:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2011 00:07:41 +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; Thu, 15 Dec 2011 00:07:39 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E6C3B2388980 for ; Thu, 15 Dec 2011 00:07:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1214572 - in /openjpa/trunk: openjpa-examples/image-gallery/pom.xml openjpa-integration/jmx/pom.xml openjpa-integration/validation/pom.xml Date: Thu, 15 Dec 2011 00:07:18 -0000 To: commits@openjpa.apache.org From: allee8285@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111215000718.E6C3B2388980@eris.apache.org> Author: allee8285 Date: Thu Dec 15 00:07:18 2011 New Revision: 1214572 URL: http://svn.apache.org/viewvc?rev=1214572&view=rev Log: OPENJPA-2089 Need depending packages to avoid ClassNotDefineException of classes in bval.jsr303.impl.* and slf4j.simple.*. Modified: openjpa/trunk/openjpa-examples/image-gallery/pom.xml openjpa/trunk/openjpa-integration/jmx/pom.xml openjpa/trunk/openjpa-integration/validation/pom.xml Modified: openjpa/trunk/openjpa-examples/image-gallery/pom.xml URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-examples/image-gallery/pom.xml?rev=1214572&r1=1214571&r2=1214572&view=diff ============================================================================== --- openjpa/trunk/openjpa-examples/image-gallery/pom.xml (original) +++ openjpa/trunk/openjpa-examples/image-gallery/pom.xml Thu Dec 15 00:07:18 2011 @@ -7,18 +7,18 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations - under the License. + under the License. --> - @@ -51,8 +51,18 @@ openjpa-all ${project.version} + + org.slf4j + slf4j-api + ${slf4jVersion} + + + org.slf4j + slf4j-simple + ${slf4jVersion} + - + Modified: openjpa/trunk/openjpa-integration/jmx/pom.xml URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-integration/jmx/pom.xml?rev=1214572&r1=1214571&r2=1214572&view=diff ============================================================================== --- openjpa/trunk/openjpa-integration/jmx/pom.xml (original) +++ openjpa/trunk/openjpa-integration/jmx/pom.xml Thu Dec 15 00:07:18 2011 @@ -7,18 +7,18 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations - under the License. + under the License. --> - @@ -45,7 +45,7 @@ -Xmx${test.jvm.maxheapsize} -XX:MaxPermSize=${test.jvm.maxpermsize} -D${test.jvm.jmxprovider} -D${test.jvm.jmxauth} ${test.jvm.arguments} - + org.apache.openjpa @@ -59,8 +59,18 @@ test-jar test + + org.apache.bval + org.apache.bval.bundle + 0.3-incubating + + + org.slf4j + slf4j-simple + ${slf4jVersion} + - + Modified: openjpa/trunk/openjpa-integration/validation/pom.xml URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-integration/validation/pom.xml?rev=1214572&r1=1214571&r2=1214572&view=diff ============================================================================== --- openjpa/trunk/openjpa-integration/validation/pom.xml (original) +++ openjpa/trunk/openjpa-integration/validation/pom.xml Thu Dec 15 00:07:18 2011 @@ -7,18 +7,18 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations - under the License. + under the License. --> - @@ -158,6 +158,16 @@ jakarta-regexp test + + org.apache.bval + org.apache.bval.bundle + 0.3-incubating + + + org.slf4j + slf4j-simple + ${slf4jVersion} + @@ -196,7 +206,7 @@ process-test-classes - + @@ -219,7 +229,7 @@ maven-surefire-plugin - org/apache/openjpa/**/*Test.java