You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2007/05/04 12:13:07 UTC

svn commit: r535149 - /xmlgraphics/fop/branches/fop-0_93/xmlgraphics-fop-pom-template.pom

Author: jeremias
Date: Fri May  4 03:13:06 2007
New Revision: 535149

URL: http://svn.apache.org/viewvc?view=rev&rev=535149
Log:
Merge from Trunk:
Avoid dependency on FOP 0.20.5 from the Batik 1.6 transcoder.
Adjust avalon-framework-impl to an actually available version.
Submitted by: Lars Trieloff <lars.trieloff.at.mindquarry.com>

Modified:
    xmlgraphics/fop/branches/fop-0_93/xmlgraphics-fop-pom-template.pom

Modified: xmlgraphics/fop/branches/fop-0_93/xmlgraphics-fop-pom-template.pom
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-0_93/xmlgraphics-fop-pom-template.pom?view=diff&rev=535149&r1=535148&r2=535149
==============================================================================
--- xmlgraphics/fop/branches/fop-0_93/xmlgraphics-fop-pom-template.pom (original)
+++ xmlgraphics/fop/branches/fop-0_93/xmlgraphics-fop-pom-template.pom Fri May  4 03:13:06 2007
@@ -96,6 +96,12 @@
       <groupId>batik</groupId>
       <artifactId>batik-transcoder</artifactId>
       <version>1.6-1</version>
+      <exclusions>
+        <exclusion>
+          <groupId>fop</groupId>
+          <artifactId>fop</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>batik</groupId>
@@ -126,7 +132,7 @@
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3</version>
+      <version>4.3.1</version>
     </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org