svn commit: r1907190 - /xmlgraphics/fop/trunk/fop-core/pom.xml
[email protected] Wed, 01 Feb 2023 15:12:15 -0000
| Newsgroups | gmane.text.xml.fop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ssteiner
Date: Wed Feb 1 15:12:15 2023
New Revision: 1907190
URL: http://svn.apache.org/viewvc?rev=1907190&view=rev
Log:
FOP-3115: Cannot process a SVG using mvn jars
Modified:
xmlgraphics/fop/trunk/fop-core/pom.xml
Modified: xmlgraphics/fop/trunk/fop-core/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/pom.xml?rev=1907190&r1=1907189&r2=1907190&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/pom.xml (original)
+++ xmlgraphics/fop/trunk/fop-core/pom.xml Wed Feb 1 15:12:15 2023
@@ -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>