Exclude org.apache.pdfbox:fontbox from org.apache.xmlgraphics:fop-core.

This commit is contained in:
langfr
2026-02-17 21:26:34 +00:00
parent 720fbd34d4
commit a7cbbbbce1

View File

@@ -73,6 +73,10 @@
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.pdfbox</groupId>
<artifactId>fontbox</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>