Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 86360 invoked from network); 7 Jan 2008 19:24:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jan 2008 19:24:30 -0000 Received: (qmail 83227 invoked by uid 500); 7 Jan 2008 19:24:19 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 83191 invoked by uid 500); 7 Jan 2008 19:24:19 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 83180 invoked by uid 99); 7 Jan 2008 19:24:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2008 11:24:19 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2008 19:24:04 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6860F1A9850; Mon, 7 Jan 2008 11:24:09 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r609747 - /geronimo/server/trunk/framework/configs/plugin/pom.xml Date: Mon, 07 Jan 2008 19:24:09 -0000 To: scm@geronimo.apache.org From: gawor@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080107192409.6860F1A9850@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gawor Date: Mon Jan 7 11:24:08 2008 New Revision: 609747 URL: http://svn.apache.org/viewvc?rev=609747&view=rev Log: add missing xmlbeans depedency. fixes ClassNotFound problems in the console Modified: geronimo/server/trunk/framework/configs/plugin/pom.xml Modified: geronimo/server/trunk/framework/configs/plugin/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/plugin/pom.xml?rev=609747&r1=609746&r2=609747&view=diff ============================================================================== --- geronimo/server/trunk/framework/configs/plugin/pom.xml (original) +++ geronimo/server/trunk/framework/configs/plugin/pom.xml Mon Jan 7 11:24:08 2008 @@ -72,6 +72,13 @@ org.apache.geronimo.specs geronimo-javaee-deployment_1.1MR3_spec + + + org.apache.geronimo.configs + xmlbeans + ${version} + car +