]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
FOP-3115: Cannot process a SVG using mvn jars
authorSimon Steiner <ssteiner@apache.org>
Wed, 1 Feb 2023 15:12:15 +0000 (15:12 +0000)
committerSimon Steiner <ssteiner@apache.org>
Wed, 1 Feb 2023 15:12:15 +0000 (15:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1907190 13f79535-47bb-0310-9956-ffa450edef68

fop-core/pom.xml

index 20dedae56d55157b6cecc535527472eb95ee13a8..c1be1bb49e445b76df44331c10aa808336a8756b 100644 (file)
       <artifactId>batik-transcoder</artifactId>
       <version>${batik.version}</version>
     </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>batik-codec</artifactId>
+      <version>${batik.version}</version>
+    </dependency>    
     <!-- fop deps -->
     <dependency>
       <groupId>${project.groupId}</groupId>