switch from fop to fop-core package

This commit is contained in:
HeinrichAD 2023-06-10 15:04:57 +02:00 committed by PlantUML
parent 8d7c681ae4
commit 178384370f
1 changed files with 5 additions and 5 deletions

View File

@ -82,7 +82,7 @@
<jlatexmath-font-greek.version>${jlatexmath.version}</jlatexmath-font-greek.version>
<jlatexmath-font-cyrillic.version>${jlatexmath.version}</jlatexmath-font-cyrillic.version>
<!-- PDF -->
<batik-all.version>1.16</batik-all.version>
<batik.version>1.16</batik.version>
<fop.version>2.8</fop.version>
<!-- Testing -->
@ -168,23 +168,23 @@
- batik-dom
- batik-svgrasterizer (includes batik-dom)
- batik-svggen
- fop
- fop-core
-->
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-svgrasterizer</artifactId>
<version>${batik-all.version}</version>
<version>${batik.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-svggen</artifactId>
<version>${batik-all.version}</version>
<version>${batik.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop</artifactId>
<artifactId>fop-core</artifactId>
<version>${fop.version}</version>
<scope>runtime</scope>
</dependency>