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>
<dependency> <dependency>
<groupId>io.quarkiverse.openpdf</groupId> <groupId>com.github.librepdf</groupId>
<artifactId>quarkus-openpdf</artifactId> <artifactId>openpdf</artifactId>
<version>3.1.2</version> <version>1.3.30</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-awt</artifactId>
<version>${quarkus.platform.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>