Browse Source

FOP-3115: Cannot process a SVG using mvn jars

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1907190 13f79535-47bb-0310-9956-ffa450edef68
tags/2_9
Simon Steiner 1 year ago
parent
commit
5fbaa47365
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      fop-core/pom.xml

+ 5
- 0
fop-core/pom.xml View File

@@ -55,6 +55,11 @@
<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>

Loading…
Cancel
Save