Add net.sf.offo:fop-hyph

Add hyphenation patterns to avoid the following issue:

"WARN  org.apache.fop.apps.FOUserAgent - Hyphenation pattern not found."
This commit is contained in:
Adrian-Devries
2025-01-07 16:24:03 +01:00
committed by GitHub
parent aca5c329bb
commit 4edeab56ee

View File

@@ -59,6 +59,12 @@
<artifactId>slf4j-api</artifactId>
<version>2.0.9</version>
</dependency>
<dependency>
<groupId>net.sf.offo</groupId>
<artifactId>fop-hyph</artifactId>
<version>2.0</version>
<scope>runtime</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/net.sf.saxon/Saxon-HE -->
<dependency>
<groupId>net.sf.saxon</groupId>