You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2006/08/07 22:43:02 UTC

svn commit: r429468 - /cocoon/trunk/blocks/cocoon-fop/cocoon-fop-impl/pom.xml

Author: reinhard
Date: Mon Aug  7 13:43:02 2006
New Revision: 429468

URL: http://svn.apache.org/viewvc?rev=429468&view=rev
Log:
depend on the batik block of Cocoon instead of this special batik-1.5-fop version which breaks the batik samples

Modified:
    cocoon/trunk/blocks/cocoon-fop/cocoon-fop-impl/pom.xml

Modified: cocoon/trunk/blocks/cocoon-fop/cocoon-fop-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-fop/cocoon-fop-impl/pom.xml?rev=429468&r1=429467&r2=429468&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-fop/cocoon-fop-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-fop/cocoon-fop-impl/pom.xml Mon Aug  7 13:43:02 2006
@@ -51,9 +51,9 @@
       </exclusions>
     </dependency>
     <dependency>
-      <groupId>batik</groupId>
-      <artifactId>batik-1.5-fop</artifactId>
-      <version>0.20-5</version>      
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-batik-impl</artifactId>
+      <version>1.0.0-SNAPSHOT</version>      
     </dependency>
   </dependencies>
 </project>