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

This commit is contained in:
Thibaut Valentin 2024-12-29 15:58:26 +01:00
parent 65a9349971
commit 586523bab6

11
pom.xml
View File

@ -131,14 +131,9 @@
</dependency>
<dependency>
<groupId>io.quarkiverse.openpdf</groupId>
<artifactId>quarkus-openpdf</artifactId>
<version>3.1.2</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-awt</artifactId>
<version>${quarkus.platform.version}</version>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf</artifactId>
<version>1.3.30</version>
</dependency>
</dependencies>
<build>