Build against OpenPDF 1.0.5 instead of outdated iText 2.1.7

Issue: SPR-16352
This commit is contained in:
Juergen Hoeller 2018-01-08 00:26:10 +01:00
parent b9e03cb06b
commit 7a55d932f9
1 changed files with 1 additions and 1 deletions

View File

@ -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}")