From 9b6d167b01c4a6f7cf4e0f1e7a38fd0895e0a19e Mon Sep 17 00:00:00 2001 From: melloware Date: Tue, 29 Oct 2024 11:25:16 -0400 Subject: [PATCH] Fix #156 Update Barcode to use x/y props --- deployment/pom.xml | 4 ++++ .../src/main/jasperreports/Barcode4JReport.jrxml | 4 ++++ runtime/pom.xml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/deployment/pom.xml b/deployment/pom.xml index 9ff543b..0fb2564 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -9,6 +9,10 @@ quarkus-jasperreports-deployment Quarkus JasperReports - Deployment + + io.quarkus + quarkus-awt-deployment + io.quarkus quarkus-jackson-deployment diff --git a/integration-tests/src/main/jasperreports/Barcode4JReport.jrxml b/integration-tests/src/main/jasperreports/Barcode4JReport.jrxml index cfe762b..8a19cc7 100644 --- a/integration-tests/src/main/jasperreports/Barcode4JReport.jrxml +++ b/integration-tests/src/main/jasperreports/Barcode4JReport.jrxml @@ -51,6 +51,10 @@ + + + + diff --git a/runtime/pom.xml b/runtime/pom.xml index 23772f5..a9c082e 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -10,6 +10,10 @@ Quarkus JasperReports - Runtime + + io.quarkus + quarkus-awt + io.quarkus quarkus-jackson