Hi Thorsten, can you please tell me wich environment are you using? Because on both my Java5/6 on Mac os and Jenkins@ASF we don't get such failure! TIA, all the best, have a nice weekend! Simo
http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Sat, Jul 2, 2011 at 4:39 PM, Reinhard Pötz <reinh...@apache.org> wrote: > On 07/02/2011 02:48 AM, thors...@apache.org wrote: >> >> Author: thorsten >> Date: Sat Jul 2 00:48:39 2011 >> New Revision: 1142134 >> >> URL: http://svn.apache.org/viewvc?rev=1142134&view=rev >> Log: >> Fixing fop test which was failing because of missing class >> org/apache/xmlgraphics/util/uri/CommonURIResolver >> >> Modified: >> cocoon/cocoon3/trunk/cocoon-optional/pom.xml >> >> Modified: cocoon/cocoon3/trunk/cocoon-optional/pom.xml >> URL: >> http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-optional/pom.xml?rev=1142134&r1=1142133&r2=1142134&view=diff >> >> ============================================================================== >> --- cocoon/cocoon3/trunk/cocoon-optional/pom.xml (original) >> +++ cocoon/cocoon3/trunk/cocoon-optional/pom.xml Sat Jul 2 00:48:39 2011 >> @@ -92,6 +92,11 @@ >> <optional>true</optional> >> </dependency> >> <dependency> >> +<groupId>org.apache.xmlgraphics</groupId> >> +<artifactId>xmlgraphics-commons</artifactId> >> +<version>1.4</version> >> +</dependency> >> +<dependency> >> <groupId>org.apache.cocoon</groupId> >> <artifactId>cocoon-serializers-charsets</artifactId> >> <optional>true</optional> >> >> >> > > Please use the dependency management section of the parent POM to set > version numbers so that they are the same for one artifact throughout our > codebase. Thanks! > > -- > Reinhard Pötz Founder & Managing Director, Indoqa and Deepsearch > http://www.indoqa.com/people/reinhard-poetz.html > > Member of the Apache Software Foundation > Apache Cocoon Committer, PMC member reinh...@apache.org > ________________________________________________________________________ > > Furthermore, I think Oracle has to honor the JSPA agreement. > http://s.apache.org/JCPIsDead http://s.apache.org/tck-trap >