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:
@@ -59,6 +59,12 @@
|
|||||||
<artifactId>slf4j-api</artifactId>
|
<artifactId>slf4j-api</artifactId>
|
||||||
<version>2.0.9</version>
|
<version>2.0.9</version>
|
||||||
</dependency>
|
</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 -->
|
<!-- https://mvnrepository.com/artifact/net.sf.saxon/Saxon-HE -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.sf.saxon</groupId>
|
<groupId>net.sf.saxon</groupId>
|
||||||
|
|||||||
Reference in New Issue
Block a user