Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 65639 invoked from network); 15 Sep 2008 17:21:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Sep 2008 17:21:33 -0000 Received: (qmail 30903 invoked by uid 500); 15 Sep 2008 17:21:30 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 30848 invoked by uid 500); 15 Sep 2008 17:21:30 -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 30839 invoked by uid 99); 15 Sep 2008 17:21:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Sep 2008 10:21:29 -0700 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; Mon, 15 Sep 2008 17:20:40 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7D86D238899F; Mon, 15 Sep 2008 10:20:42 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r695556 - /geronimo/server/trunk/pom.xml Date: Mon, 15 Sep 2008 17:20:41 -0000 To: scm@geronimo.apache.org From: dwoods@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080915172042.7D86D238899F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dwoods Date: Mon Sep 15 10:20:41 2008 New Revision: 695556 URL: http://svn.apache.org/viewvc?rev=695556&view=rev Log: add some pluto excludes to resolve intermitent build issues (they're marked a scope=compile but c-m-p still fails a build due to them....) Modified: geronimo/server/trunk/pom.xml Modified: geronimo/server/trunk/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=695556&r1=695555&r2=695556&view=diff ============================================================================== --- geronimo/server/trunk/pom.xml (original) +++ geronimo/server/trunk/pom.xml Mon Sep 15 10:20:41 2008 @@ -2277,6 +2277,10 @@ org.springframework spring-web + + commons-io + commons-io + @@ -2332,18 +2336,60 @@ org.apache.pluto pluto-container ${plutoVersion} + + + commons-logging + commons-logging + + + commons-logging + commons-logging-api + + org.apache.pluto pluto-taglib ${plutoVersion} + + + commons-logging + commons-logging-api + + org.apache.pluto pluto-descriptor-impl ${plutoVersion} + + + commons-io + commons-io + + + commons-logging + commons-logging + + + commons-logging + commons-logging-api + + + xerces + xercesImpl + + + xerces + xmlParserAPIs + + + xml-apis + xml-apis + +