fix: add smallrye-health extension for pipeline health check

This commit is contained in:
dahoud
2026-04-09 10:42:46 +00:00
parent 0dbbf445f0
commit 1a52e7c6bc

View File

@@ -77,6 +77,12 @@
<artifactId>quarkus-undertow</artifactId>
</dependency>
<!-- Health check endpoint (/q/health/live) -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-health</artifactId>
</dependency>
<!-- REST Client pour communiquer avec le serveur -->
<dependency>
<groupId>io.quarkus</groupId>