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> --------------------------------------------------------------------- To unsubscribe, e-mail: fop-commits-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-commits-h...@xmlgraphics.apache.org