Build against OpenPDF 1.0.5 instead of outdated iText 2.1.7
Issue: SPR-16352
This commit is contained in:
parent
b9e03cb06b
commit
7a55d932f9
|
@ -28,7 +28,7 @@ dependencies {
|
|||
optional("javax.xml.bind:jaxb-api:2.3.0")
|
||||
optional('org.webjars:webjars-locator:0.32-1')
|
||||
optional("com.rometools:rome:1.9.0")
|
||||
optional("com.lowagie:itext:2.1.7")
|
||||
optional("com.github.librepdf:openpdf:1.0.5")
|
||||
optional("org.apache.poi:poi-ooxml:3.17")
|
||||
optional("org.freemarker:freemarker:${freemarkerVersion}")
|
||||
optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")
|
||||
|
|
Loading…
Reference in New Issue