wip: ci/cd try fix quarkus build
Some checks failed
Deploy Production Server / if_merged (push) Failing after 2m14s

This commit is contained in:
Thibaut Valentin 2024-12-29 14:22:07 +01:00
parent 97040481b8
commit 52eed2b840

View File

@ -131,9 +131,9 @@
</dependency>
<dependency>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf</artifactId>
<version>2.0.3</version>
<groupId>io.quarkiverse.openpdf</groupId>
<artifactId>quarkus-openpdf</artifactId>
<version>3.1.2</version>
</dependency>
</dependencies>
<build>