aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Steiner <ssteiner@apache.org>2023-02-01 15:12:15 +0000
committerSimon Steiner <ssteiner@apache.org>2023-02-01 15:12:15 +0000
commit5fbaa4736553e06b28c11a31f0d604e461558b1b (patch)
tree8c342739ed71674aa12a42a042db7d48b0467531
parente4b7085fe47dd0b586554e499ccfa05133d65e2d (diff)
downloadxmlgraphics-fop-5fbaa4736553e06b28c11a31f0d604e461558b1b.tar.gz
xmlgraphics-fop-5fbaa4736553e06b28c11a31f0d604e461558b1b.zip
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
-rw-r--r--fop-core/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/fop-core/pom.xml b/fop-core/pom.xml
index 20dedae56..c1be1bb49 100644
--- a/fop-core/pom.xml
+++ b/fop-core/pom.xml
@@ -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>