From f2cda5aa3411209b6c7ab61badab4dce8e43c8d0 Mon Sep 17 00:00:00 2001 From: Thibaut Valentin Date: Wed, 5 Feb 2025 11:52:31 +0100 Subject: [PATCH] fix(pdf): use quarkus version of openpdf --- pom.xml | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 199dcd0..8b5111d 100644 --- a/pom.xml +++ b/pom.xml @@ -76,22 +76,39 @@ + + io.quarkus + quarkus-awt + ${quarkus.platform.version} + + + io.quarkiverse.openpdf + quarkus-openpdf + 3.1.2 + + + io.quarkus + quarkus-awt + + + io.quarkus quarkus-junit5 test + io.quarkus quarkus-oidc + io.quarkus quarkus-keycloak-authorization - io.quarkus quarkus-keycloak-admin-rest-client @@ -109,11 +126,11 @@ jodd-util 6.2.1 - io.quarkus quarkus-websockets + io.quarkus quarkus-smallrye-openapi @@ -128,12 +145,6 @@ io.quarkus quarkus-cache - - com.github.librepdf - openpdf - 2.0.3 - - org.apache.xmlgraphics fop @@ -143,7 +154,6 @@ io.quarkus quarkus-mailer - @@ -212,7 +222,9 @@ false - --initialize-at-run-time=com.fasterxml.jackson.databind.ext.DOMDeserializer + + --initialize-at-run-time=com.fasterxml.jackson.databind.ext.DOMDeserializer\,com.lowagie\,java.awt\,sun.font + true false