Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 67968 invoked from network); 17 Apr 2010 09:14:48 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Apr 2010 09:14:48 -0000 Received: (qmail 28685 invoked by uid 500); 17 Apr 2010 09:14:48 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 28570 invoked by uid 500); 17 Apr 2010 09:14:46 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 28563 invoked by uid 99); 17 Apr 2010 09:14:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Apr 2010 09:14:46 +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; Sat, 17 Apr 2010 09:14:43 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A64A52388993; Sat, 17 Apr 2010 09:14:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r935157 - in /cocoon/cocoon3/trunk: cocoon-sax/pom.xml parent/pom.xml Date: Sat, 17 Apr 2010 09:14:22 -0000 To: cvs@cocoon.apache.org From: reinhard@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100417091422.A64A52388993@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: reinhard Date: Sat Apr 17 09:14:22 2010 New Revision: 935157 URL: http://svn.apache.org/viewvc?rev=935157&view=rev Log: use explicit version of xalan and xerces in tests, otherwise the LinkRewriter tests might fail (depending on the JRE being used) Modified: cocoon/cocoon3/trunk/cocoon-sax/pom.xml cocoon/cocoon3/trunk/parent/pom.xml Modified: cocoon/cocoon3/trunk/cocoon-sax/pom.xml URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-sax/pom.xml?rev=935157&r1=935156&r2=935157&view=diff ============================================================================== --- cocoon/cocoon3/trunk/cocoon-sax/pom.xml (original) +++ cocoon/cocoon3/trunk/cocoon-sax/pom.xml Sat Apr 17 09:14:22 2010 @@ -72,9 +72,12 @@ test + xerces + xercesImpl + + xalan xalan - 2.7.1 test @@ -158,7 +161,7 @@ src/test/resources/just-text.txt - + Modified: cocoon/cocoon3/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/parent/pom.xml?rev=935157&r1=935156&r2=935157&view=diff ============================================================================== --- cocoon/cocoon3/trunk/parent/pom.xml (original) +++ cocoon/cocoon3/trunk/parent/pom.xml Sat Apr 17 09:14:22 2010 @@ -402,6 +402,16 @@ 1.4.2 + xalan + xalan + 2.7.1 + + + xerces + xercesImpl + 2.9.1 + + xml-apis xml-apis 1.3.02